From: Craig Topper Date: Mon, 14 Aug 2017 15:28:48 +0000 (+0000) Subject: [AVX512] Make the itinerary parameter actually pass through the the AVX512_maskable_c... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0011aa6b2c24b2f1c8c3516ec0ff94ba059cb406;p=llvm [AVX512] Make the itinerary parameter actually pass through the the AVX512_maskable_common multiclass Summary: This looks to have been disconnected about 3 years ago in r219358. Reviewers: gadi.haber, RKSimon, zvi Reviewed By: gadi.haber Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D36658 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310844 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86InstrAVX512.td b/lib/Target/X86/X86InstrAVX512.td index 80397234fb4..18713f3c874 100644 --- a/lib/Target/X86/X86InstrAVX512.td +++ b/lib/Target/X86/X86InstrAVX512.td @@ -262,7 +262,7 @@ multiclass AVX512_maskable_common O, Format F, X86VectorVTInfo _, [(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 @@ multiclass AVX512_maskable_fp_common O, Format F, X86VectorVTInfo _, AVX512_maskable_custom; // This multiclass generates the unconditional/non-masking, the masking and