diff options
| author | Craig Topper <craig.topper@intel.com> | 2018-03-26 02:17:15 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@intel.com> | 2018-03-26 02:17:15 +0000 |
| commit | c049cb7823e0b1eae6658c31e63c3e73a1d2406e (patch) | |
| tree | 82bb794df2866c1279a31588e6a0bd50426bd2ea /llvm/lib/Target | |
| parent | 4367874bc5005b2134ccc27c201dfd2c7a7f0502 (diff) | |
| download | bcm5719-llvm-c049cb7823e0b1eae6658c31e63c3e73a1d2406e.tar.gz bcm5719-llvm-c049cb7823e0b1eae6658c31e63c3e73a1d2406e.zip | |
[X86] Correct the itineraries for the dot production instructions.
llvm-svn: 328471
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrSSE.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86InstrSSE.td b/llvm/lib/Target/X86/X86InstrSSE.td index 323e3c60772..3ea9dd8bdee 100644 --- a/llvm/lib/Target/X86/X86InstrSSE.td +++ b/llvm/lib/Target/X86/X86InstrSSE.td @@ -175,7 +175,7 @@ def SSE_DPPD_ITINS : OpndItins< >; def SSE_DPPS_ITINS : OpndItins< - IIC_SSE_DPPS_RR, IIC_SSE_DPPD_RM + IIC_SSE_DPPS_RR, IIC_SSE_DPPS_RM >; def DEFAULT_ITINS : OpndItins< @@ -6503,7 +6503,7 @@ let Predicates = [HasAVX] in { let ExeDomain = SSEPackedDouble in defm VDPPD : SS41I_binop_rmi_int<0x41, "vdppd", int_x86_sse41_dppd, VR128, loadv2f64, f128mem, 0, - SSE_DPPS_ITINS>, VEX_4V, VEX_WIG; + SSE_DPPD_ITINS>, VEX_4V, VEX_WIG; let ExeDomain = SSEPackedSingle in defm VDPPSY : SS41I_binop_rmi_int<0x40, "vdpps", int_x86_avx_dp_ps_256, VR256, loadv8f32, i256mem, 0, |

