diff options
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/exact.ll')
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/exact.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/exact.ll b/llvm/test/Transforms/LoopVectorize/exact.ll index 0a8fbf33734..90bad3a99c2 100644 --- a/llvm/test/Transforms/LoopVectorize/exact.ll +++ b/llvm/test/Transforms/LoopVectorize/exact.ll @@ -11,7 +11,7 @@ entry: for.body: %iv = phi i64 [ 0, %entry ], [ %iv.next, %for.body ] - %arrayidx = getelementptr inbounds i32* %x, i64 %iv + %arrayidx = getelementptr inbounds i32, i32* %x, i64 %iv %0 = load i32* %arrayidx, align 4 %conv1 = lshr exact i32 %0, 1 store i32 %conv1, i32* %arrayidx, align 4 |