Skip to content

Commit ebdadaf

Browse files
committed
ixup
Created using spr 1.3.4
1 parent 9f883c0 commit ebdadaf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/test/Transforms/IndVarSimplify/X86/overflow-intrinsics.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ for.body: ; preds = %entry, %cont
137137
store i8 0, ptr %arrayidx, align 1
138138
%0 = tail call { i32, i1 } @llvm.ssub.with.overflow.i32(i32 %i.04, i32 1)
139139
%1 = extractvalue { i32, i1 } %0, 1
140-
; It is theoretically possible to prove this, but SCEV cannot
141-
; represent non-unsigned-wrapping subtraction operations.
142-
143140
; CHECK: for.body:
144141
; CHECK-NOT: @llvm.ssub.with.overflow.i32
145142
; CHECK: br i1 false, label %trap, label %cont, !nosanitize !0

0 commit comments

Comments
 (0)