[llvm] [LoopUnroll] Invalidate SCEV after full unrolling (PR #208874)

Hongyu Chen via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 02:19:03 PDT 2026


================
@@ -0,0 +1,39 @@
+; RUN: opt -S -passes='loop(indvars,loop-unroll-full,indvars),simplifycfg' %s | FileCheck %s
----------------
XChy wrote:

The first `indvars` and `simplifycfg` still look redundant.

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


More information about the llvm-commits mailing list