[polly] Bound ISL operations during pre-vectorization (PR #165204)
Shikhar Jain via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 31 01:28:50 PDT 2025
ShikharjQUIC wrote:
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.
Author: Michael Kruse
ShikharjQUIC
https://github.com/llvm/llvm-project/pull/165204
More information about the llvm-commits
mailing list