diff options
| author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2016-03-31 16:38:57 +0000 |
|---|---|---|
| committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2016-03-31 16:38:57 +0000 |
| commit | 6ad762d36fb38aebb5afd377bd3d03e1909c0607 (patch) | |
| tree | 0d024f6604069e569e1aca33ed0f4feb4ff2d643 /llvm/test | |
| parent | d0b4cbb9ddce5ceab049342335b580b4a2327855 (diff) | |
| download | bcm5719-llvm-6ad762d36fb38aebb5afd377bd3d03e1909c0607.tar.gz bcm5719-llvm-6ad762d36fb38aebb5afd377bd3d03e1909c0607.zip | |
[PowerPC] Attempt to fix fast-isel-i64offset.ll failure
The test case added in r265023 is failing on ninja-x64-msvc-RA-centos6.
Update the test to make less specific assumptions on code generation.
llvm-svn: 265026
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/fast-isel-i64offset.ll | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fast-isel-i64offset.ll b/llvm/test/CodeGen/PowerPC/fast-isel-i64offset.ll index e184ce4c3b3..00278d68f63 100644 --- a/llvm/test/CodeGen/PowerPC/fast-isel-i64offset.ll +++ b/llvm/test/CodeGen/PowerPC/fast-isel-i64offset.ll @@ -4,10 +4,7 @@ define void @test(i32* %array) { ; CHECK-LABEL: test: -; CHECK: lis [[REG:[0-9]+]], 16383 -; CHECK: ori [[REG]], [[REG]], 65535 -; CHECK: sldi [[REG]], [[REG]], 3 -; CHECK: stwx {{[0-9]+}}, 3, [[REG]] +; CHECK-NOT: li {{[0-9]+}}, -8 %element = getelementptr i32, i32* %array, i64 2147483646 store i32 1234, i32* %element ret void |

