[llvm-commits] [llvm] r144589 - /llvm/trunk/lib/Target/ARM/ARMInstrNEON.td
Jim Grosbach
grosbach at apple.com
Mon Nov 14 15:21:09 PST 2011
Author: grosbach
Date: Mon Nov 14 17:21:09 2011
New Revision: 144589
URL: http://llvm.org/viewvc/llvm-project?rev=144589&view=rev
Log:
Add explanatory comment.
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=144589&r1=144588&r2=144589&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrNEON.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrNEON.td Mon Nov 14 17:21:09 2011
@@ -5185,6 +5185,7 @@
// Assembler aliases
//
+// VAND/VEOR/VORR accept but do not require a type suffix.
defm : VFPDTAnyInstAlias<"vand${p}", "$Vd, $Vn, $Vm",
(VANDd DPR:$Vd, DPR:$Vn, DPR:$Vm, pred:$p)>;
defm : VFPDTAnyInstAlias<"vand${p}", "$Vd, $Vn, $Vm",
More information about the llvm-commits
mailing list