[PATCH] D36658: [AVX512] Make the itinerary parameter actually pass through the the AVX512_maskable_common multiclass
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 14 08:29:50 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL310844: [AVX512] Make the itinerary parameter actually pass through the theā¦ (authored by ctopper).
Changed prior to commit:
https://reviews.llvm.org/D36658?vs=110903&id=110976#toc
Repository:
rL LLVM
https://reviews.llvm.org/D36658
Files:
llvm/trunk/lib/Target/X86/X86InstrAVX512.td
Index: llvm/trunk/lib/Target/X86/X86InstrAVX512.td
===================================================================
--- llvm/trunk/lib/Target/X86/X86InstrAVX512.td
+++ llvm/trunk/lib/Target/X86/X86InstrAVX512.td
@@ -262,7 +262,7 @@
[(set _.RC:$dst, MaskingRHS)],
[(set _.RC:$dst,
(Select _.KRCWM:$mask, RHS, _.ImmAllZerosV))],
- MaskingConstraint, NoItinerary, IsCommutable,
+ MaskingConstraint, itin, IsCommutable,
IsKCommutable>;
// Similar to AVX512_maskable_common, but with scalar types.
@@ -279,7 +279,7 @@
AVX512_maskable_custom<O, F, Outs, Ins, MaskingIns, ZeroMaskingIns, OpcodeStr,
AttSrcAsm, IntelSrcAsm,
[], [], [],
- MaskingConstraint, NoItinerary, IsCommutable,
+ MaskingConstraint, itin, IsCommutable,
IsKCommutable>;
// This multiclass generates the unconditional/non-masking, the masking and
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36658.110976.patch
Type: text/x-patch
Size: 1105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170814/c04977bd/attachment.bin>
More information about the llvm-commits
mailing list