summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/integer_insertelement.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-10-26 23:39:46 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-10-26 23:39:46 +0000
commit17f42e02a10bd4d43e4ba904c640224de2c48f51 (patch)
tree6ca6ca5b16bf1df4d8a4d09f6b8b871514a60361 /test/CodeGen/ARM/integer_insertelement.ll
parent61fac6810ff8686c5302dedb35d52cc662a983fe (diff)
Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers."
Keep the integer_insertelement test case, the new coalescer can handle this kind of lane insertion without help from pseudo-instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166835 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/integer_insertelement.ll')
-rw-r--r--test/CodeGen/ARM/integer_insertelement.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/integer_insertelement.ll b/test/CodeGen/ARM/integer_insertelement.ll
index 4f2d7e3f73e..1d72afefb5b 100644
--- a/test/CodeGen/ARM/integer_insertelement.ll
+++ b/test/CodeGen/ARM/integer_insertelement.ll
@@ -6,7 +6,7 @@
; CHECK: @f
; CHECK-NOT: vorr d
-; CHECK: vmov s
+; CHECK: vmov.32 d
; CHECK-NOT: vorr d
; CHECK: mov pc, lr
define <4 x i32> @f(<4 x i32> %in) {