projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9fff89
)
With the fix in r138164: "Add <imp-def> operands to QQ and QQQQ stack loads."
author
Chad Rosier
<mcrosier@apple.com>
Sat, 20 Aug 2011 00:34:45 +0000
(
00:34
+0000)
committer
Chad Rosier
<mcrosier@apple.com>
Sat, 20 Aug 2011 00:34:45 +0000
(
00:34
+0000)
-verify-machineinstrs can be enabled for this test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138171
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
b/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
index a7cdb4d1ef0ae18fe70d5ac9df8931a00bb31637..3cbc4cdcd707a0cc88cb162ff4cab47847dd69dc 100644
(file)
--- a/
test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
+++ b/
test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
@@
-1,4
+1,4
@@
-; RUN: llc %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a9 -O0 -o -
+; RUN: llc %s -mtriple=thumbv7-apple-darwin -
verify-machineinstrs -
mcpu=cortex-a9 -O0 -o -
; Make sure that the VMOVQQQQ pseudo instruction is handled properly
; by codegen.