aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2012-05-04-vmov.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2012-05-04-vmov.ll')
-rw-r--r--test/CodeGen/ARM/2012-05-04-vmov.ll5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2012-05-04-vmov.ll b/test/CodeGen/ARM/2012-05-04-vmov.ll
index d52ef2cc5a1c..14dbf7ff4ac9 100644
--- a/test/CodeGen/ARM/2012-05-04-vmov.ll
+++ b/test/CodeGen/ARM/2012-05-04-vmov.ll
@@ -7,5 +7,8 @@ entry:
%div = udiv <2 x i32> %A, %B
ret <2 x i32> %div
; A9-CHECK: vmov.32
-; SWIFT-CHECK-NOT: vmov.32
+; vmov.32 should not be used to get a lane:
+; vmov.32 <dst>, <src>[<lane>].
+; but vmov.32 <dst>[<lane>], <src> is fine.
+; SWIFT-CHECK-NOT: vmov.32 {{r[0-9]+}}, {{d[0-9]\[[0-9]+\]}}
}