Skip to content

Commit 8fce5d9

Browse files
committed
[SCEV] Update changed test after df8efbd.
Test needed updating due to changes on main since branch was tested.
1 parent d9cc37f commit 8fce5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
2222
; LAA-LABEL: f1
2323
; LAA: Memory dependences are safe{{$}}
2424
; LAA: SCEV assumptions:
25-
; LAA-NOT: {0,+,2}<%for.body> Added Flags: <nusw>
25+
; LAA: {0,+,2}<%for.body> Added Flags: <nusw>
2626
; LAA-NEXT: {%a,+,4}<%for.body> Added Flags: <nusw>
2727

2828
; The expression for %mul_ext as analyzed by SCEV is

0 commit comments

Comments
 (0)