[polly] [Polly] Retain vectorization for fallback loop when RTC is false (PR #165525)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 30 07:27:12 PDT 2025


================
@@ -282,9 +273,22 @@ static bool generateCode(Scop &S, IslAstInfo &AI, LoopInfo &LI,
   } else {
     NodeBuilder.addParameters(S.getContext().release());
     Value *RTC = NodeBuilder.createRTC(AI.getRunCondition().release());
-
----------------
Meinersbur wrote:

please avoid unrelated changes

https://github.com/llvm/llvm-project/pull/165525


More information about the llvm-commits mailing list