diff options
Diffstat (limited to 'llvm/test/Transforms/CodeGenPrepare/X86/sink-addrmode-base.ll')
-rw-r--r-- | llvm/test/Transforms/CodeGenPrepare/X86/sink-addrmode-base.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Transforms/CodeGenPrepare/X86/sink-addrmode-base.ll b/llvm/test/Transforms/CodeGenPrepare/X86/sink-addrmode-base.ll index 5cb64f23aba..e914c1a3da6 100644 --- a/llvm/test/Transforms/CodeGenPrepare/X86/sink-addrmode-base.ll +++ b/llvm/test/Transforms/CodeGenPrepare/X86/sink-addrmode-base.ll @@ -41,7 +41,7 @@ if.then: br label %fallthrough fallthrough: -; CHECK: getelementptr i8, {{.+}} 40 +; CHECK: getelementptr inbounds i8, {{.+}} 40 %b = phi i64* [%b1, %entry], [%b2, %if.then] %c = phi i32* [%c1, %entry], [%c2, %if.then] %v = load i32, i32* %c, align 4 @@ -111,7 +111,7 @@ if.then: br label %fallthrough fallthrough: -; CHECK: getelementptr i8, {{.+}} 40 +; CHECK: getelementptr inbounds i8, {{.+}} 40 %b = phi i64* [%b1, %entry], [%b2, %if.then] %c = phi i32* [%c1, %entry], [%c2, %if.then] %v = load i32, i32* %c, align 4 @@ -199,7 +199,7 @@ if.then: br label %fallthrough fallthrough: -; CHECK: getelementptr i8, {{.+}} 40 +; CHECK: getelementptr inbounds i8, {{.+}} 40 %c = phi i32* [%c3, %loop], [%c2, %if.then] %b = phi i64* [%b3, %loop], [%b2, %if.then] %v = load volatile i32, i32* %c, align 4 |