projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a5f0a1
)
ARM NEON aliases for vmovq.f*
author
Jim Grosbach
<grosbach@apple.com>
Fri, 16 Dec 2011 00:12:22 +0000
(
00:12
+0000)
committer
Jim Grosbach
<grosbach@apple.com>
Fri, 16 Dec 2011 00:12:22 +0000
(
00:12
+0000)
llvm-svn: 146714
llvm/lib/Target/ARM/ARMInstrNEON.td
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/ARM/ARMInstrNEON.td
b/llvm/lib/Target/ARM/ARMInstrNEON.td
index
ecf12e9
..
c40860d
100644
(file)
--- a/
llvm/lib/Target/ARM/ARMInstrNEON.td
+++ b/
llvm/lib/Target/ARM/ARMInstrNEON.td
@@
-5889,6
+5889,10
@@
def : NEONMnemonicAlias<"vorrq", "vorr">;
def : NEONMnemonicAlias<"vmovq", "vmov">;
def : NEONMnemonicAlias<"vmvnq", "vmvn">;
+// Explicit versions for floating point so that the FPImm variants get
+// handled early. The parser gets confused otherwise.
+def : NEONMnemonicAlias<"vmovq.f32", "vmov.f32">;
+def : NEONMnemonicAlias<"vmovq.f64", "vmov.f64">;
def : NEONMnemonicAlias<"vaddq", "vadd">;
def : NEONMnemonicAlias<"vsubq", "vsub">;