Files
llvm-project/polly/lib/Transform/ScheduleTreeTransform.cpp
Shikhar Jain 795fa9ea00 Bound ISL operations during pre-vectorization (#165204)
Bound ISL operations during pre-vectorization to
prevent indefinite compilation. The MaxOpGuard
previously used for schedule computation is now
extended to also guard pre-vectorization optimizations.
This patch includes a reduced test case derived
from the original bug report.

---------

Co-authored-by: Michael Kruse <llvm-project@meinersbur.de>
2025-11-03 13:36:37 +00:00

47 KiB