[llvm-commits] [llvm] r99409 - /llvm/trunk/lib/Target/ARM/ARMInstrNEON.td

Johnny Chen johnny.chen at apple.com
Wed Mar 24 11:46:34 PDT 2010


Author: johnny
Date: Wed Mar 24 13:46:34 2010
New Revision: 99409

URL: http://llvm.org/viewvc/llvm-project?rev=99409&view=rev
Log:
Reverted r99376.  The disassembler will deal with the 2-reg format of these two
N3VX instructions using special case code.

Modified:
    llvm/trunk/lib/Target/ARM/ARMInstrNEON.td

Modified: llvm/trunk/lib/Target/ARM/ARMInstrNEON.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrNEON.td?rev=99409&r1=99408&r2=99409&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrNEON.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrNEON.td Wed Mar 24 13:46:34 2010
@@ -2778,13 +2778,10 @@
 
 //   VMOV     : Vector Move (Register)
 
-// Mark these as 2-register instructions to help the disassembler.
-let F = N2RegFrm, Form = N2RegFrm.Value in {
 def  VMOVDneon: N3VX<0, 0, 0b10, 0b0001, 0, 1, (outs DPR:$dst), (ins DPR:$src),
                      IIC_VMOVD, "vmov", "$dst, $src", "", []>;
 def  VMOVQ    : N3VX<0, 0, 0b10, 0b0001, 1, 1, (outs QPR:$dst), (ins QPR:$src),
                      IIC_VMOVD, "vmov", "$dst, $src", "", []>;
-}
 
 //   VMOV     : Vector Move (Immediate)
 





More information about the llvm-commits mailing list