diff options
Diffstat (limited to 'test/Transforms/LoopVectorize/nsw-crash.ll')
-rw-r--r-- | test/Transforms/LoopVectorize/nsw-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopVectorize/nsw-crash.ll b/test/Transforms/LoopVectorize/nsw-crash.ll index 68d9933..3631f0b 100644 --- a/test/Transforms/LoopVectorize/nsw-crash.ll +++ b/test/Transforms/LoopVectorize/nsw-crash.ll @@ -13,7 +13,7 @@ while.body.lr.ph: while.body: %it.sroa.0.091 = phi i32* [ undef, %while.body.lr.ph ], [ %incdec.ptr.i, %while.body ] - %incdec.ptr.i = getelementptr inbounds i32* %it.sroa.0.091, i64 1 + %incdec.ptr.i = getelementptr inbounds i32, i32* %it.sroa.0.091, i64 1 %inc32 = add i32 undef, 1 ; <------------- Make sure we don't set NSW flags to the undef. %cmp.i11 = icmp eq i32* %incdec.ptr.i, undef br i1 %cmp.i11, label %while.end, label %while.body |