Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit ff35eec

Browse files
committed
[X86][AVX512] Remove VCVTSS2SDZ & VCVTSD2SSZ from memory folding tables as they introduce new read dependency when folding.
(Quick fix to buildbot fail). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295946 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 70ad23e commit ff35eec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Target/X86/X86InstrInfo.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,10 +1851,6 @@ X86InstrInfo::X86InstrInfo(X86Subtarget &STI)
18511851
{ X86::VCMPSDZrr_Int, X86::VCMPSDZrm_Int, TB_NO_REVERSE },
18521852
{ X86::VCMPSSZrr, X86::VCMPSSZrm, 0 },
18531853
{ X86::VCMPSSZrr_Int, X86::VCMPSSZrm_Int, TB_NO_REVERSE },
1854-
{ X86::VCVTSS2SDZrr, X86::VCVTSS2SDZrm, 0 },
1855-
{ X86::VCVTSS2SDZrr_Int, X86::VCVTSS2SDZrm_Int, TB_NO_REVERSE },
1856-
{ X86::VCVTSD2SSZrr, X86::VCVTSD2SSZrm, 0 },
1857-
{ X86::VCVTSD2SSZrr_Int, X86::VCVTSD2SSZrm_Int, TB_NO_REVERSE },
18581854
{ X86::VDIVPDZrr, X86::VDIVPDZrm, 0 },
18591855
{ X86::VDIVPSZrr, X86::VDIVPSZrm, 0 },
18601856
{ X86::VDIVSDZrr, X86::VDIVSDZrm, 0 },

0 commit comments

Comments
 (0)