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

Anton Korobeynikov asl at math.spbu.ru
Fri Aug 7 15:51:13 PDT 2009


Author: asl
Date: Fri Aug  7 17:51:13 2009
New Revision: 78425

URL: http://llvm.org/viewvc/llvm-project?rev=78425&view=rev
Log:
Unbreak the stuff

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=78425&r1=78424&r2=78425&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrNEON.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrNEON.td Fri Aug  7 17:51:13 2009
@@ -1771,14 +1771,14 @@
 
 def VDUPfdf   : N2V<0b11, 0b11, 0b01, 0b00, 0b11000, 0, 0,
                     (outs DPR:$dst), (ins SPR:$src),
-                    "vdup.32\t$dst, ${src:lane}", "",
+                    NoItinerary, "vdup.32\t$dst, ${src:lane}", "",
                     [(set DPR:$dst, (v2f32 (splat_lo
                                             (scalar_to_vector SPR:$src),
                                             undef)))]>;
 
 def VDUPfqf   : N2V<0b11, 0b11, 0b01, 0b00, 0b11000, 1, 0,
                     (outs QPR:$dst), (ins SPR:$src),
-                    "vdup.32\t$dst, ${src:lane}", "",
+                    NoItinerary, "vdup.32\t$dst, ${src:lane}", "",
                     [(set QPR:$dst, (v4f32 (splat_lo
                                             (scalar_to_vector SPR:$src),
                                             undef)))]>;





More information about the llvm-commits mailing list