diff options
author | Reid Kleckner <rnk@google.com> | 2016-08-15 15:42:31 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-08-15 15:42:31 +0000 |
commit | 70a600b8bbb9243a60b33326b4bb44d4c3cd923e (patch) | |
tree | 3c2d7c13fa3c93eedf5aa13d3f5283580e577b87 /llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll | |
parent | 67f22ee24a71627bab039927c58c345ed06370c7 (diff) | |
download | bcm5719-llvm-70a600b8bbb9243a60b33326b4bb44d4c3cd923e.tar.gz bcm5719-llvm-70a600b8bbb9243a60b33326b4bb44d4c3cd923e.zip |
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
This reverts commit r278660.
It causes downstream assertion failure in InstCombine on shuffle
instructions. Comes up in __mm_swizzle_epi32.
llvm-svn: 278672
Diffstat (limited to 'llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll b/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll index 78d3ebf371a..79e8e68e2f5 100644 --- a/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll +++ b/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll @@ -106,7 +106,7 @@ if.then: if.else: store i32 3, i32* %p, align 4 - %incdec.ptr5 = getelementptr inbounds i32, i32* %p, i32 3 + %incdec.ptr5 = getelementptr inbounds i32, i32* %p, i32 2 store i32 5, i32* %incdec.ptr1, align 4 store i32 6, i32* %incdec.ptr5, align 4 br label %if.end |