[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:02 PDT 2026
================
@@ -0,0 +1,39 @@
+; RUN: opt -S -passes='loop(indvars,loop-unroll-full,indvars),simplifycfg' %s | FileCheck %s
+
+ at __chk = external global i64
+
+define void @f4(i64 %0) {
+; CHECK-LABEL: define void @f4(
+; CHECK: store i64 5, ptr @__chk
+entry:
----------------
XChy wrote:
Why not automatically generate the check lines
https://github.com/llvm/llvm-project/pull/208874
More information about the llvm-commits
mailing list