[llvm] [LoopUnroll] Invalidate SCEV after full unrolling (PR #208874)
Hongyu Chen via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 12 05:21:09 PDT 2026
================
@@ -0,0 +1,93 @@
+; RUN: opt -S -passes='loop(loop-idiom,indvars,loop-deletion,loop-unroll-full,loop-idiom,indvars),simplifycfg,instcombine' %s | FileCheck %s
----------------
XChy wrote:
Are passes other than `loop-unroll-full` and `indvars` also required to reproduce?
https://github.com/llvm/llvm-project/pull/208874
More information about the llvm-commits
mailing list