summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-08-15 15:42:31 +0000
committerReid Kleckner <rnk@google.com>2016-08-15 15:42:31 +0000
commit70a600b8bbb9243a60b33326b4bb44d4c3cd923e (patch)
tree3c2d7c13fa3c93eedf5aa13d3f5283580e577b87 /llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll
parent67f22ee24a71627bab039927c58c345ed06370c7 (diff)
downloadbcm5719-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/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll')
-rw-r--r--llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll b/llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll
index e22614388b8..a992ce3bf85 100644
--- a/llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll
+++ b/llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll
@@ -9,9 +9,8 @@
; return -1;
; }
-; CHECK: mvnlt
; CHECK: .loc 1 6 7
-; CHECK: strlt
+; CHECK: mvn
target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
target triple = "armv7--linux-gnueabihf"
OpenPOWER on IntegriCloud