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:
f909c66
)
Remove VMOVQQQQ pseudo instruction.
author
Chad Rosier
<mcrosier@apple.com>
Sat, 20 Aug 2011 00:40:14 +0000
(
00:40
+0000)
committer
Chad Rosier
<mcrosier@apple.com>
Sat, 20 Aug 2011 00:40:14 +0000
(
00:40
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138174
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMInstrNEON.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrNEON.td
b/lib/Target/ARM/ARMInstrNEON.td
index dbbf4039ff72e7d261bc7c30184d717368111684..d8589dd25145a595d63d8f36f9169773f1fdcb55 100644
(file)
--- a/
lib/Target/ARM/ARMInstrNEON.td
+++ b/
lib/Target/ARM/ARMInstrNEON.td
@@
-4291,8
+4291,6
@@
let neverHasSideEffects = 1 in {
def VMOVQQ : PseudoInst<(outs QQPR:$dst), (ins QQPR:$src),
NoItinerary, []>;
-def VMOVQQQQ : PseudoInst<(outs QQQQPR:$dst), (ins QQQQPR:$src),
- NoItinerary, []>;
} // neverHasSideEffects
// VMOV : Vector Move (Immediate)