diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-08-07 22:51:13 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-08-07 22:51:13 +0000 |
commit | a55fd4a23f1d766790acc07d25c6c0013d4bca30 (patch) | |
tree | 05e9f05b6b1ec32f924a29e868b904b98cca3cc6 | |
parent | 8b6d86df062f9402c0cde66eb6c7013afb414285 (diff) |
Unbreak the stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78425 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMInstrNEON.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMInstrNEON.td b/lib/Target/ARM/ARMInstrNEON.td index 2c18470d75..d7b132cfb7 100644 --- a/lib/Target/ARM/ARMInstrNEON.td +++ b/lib/Target/ARM/ARMInstrNEON.td @@ -1771,14 +1771,14 @@ def VDUPLNfq : VDUPLNQ<0b01, 0b00, "vdup.32", v4f32, v2f32>; 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)))]>; |