[X86][SLH] Add VEX and EVEX conversion instructions to isDataInvariantLoad
authorCraig Topper <craig.topper@intel.com>
Fri, 13 Jul 2018 22:41:50 +0000 (22:41 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 13 Jul 2018 22:41:50 +0000 (22:41 +0000)
commit41fa8582620616acff5a99f08cc83b3c5b54e9dc
treed5de14c3f103502b2c996171af5a7a6a6df0ca80
parent445abf700d2fc75ef2ec19dee6c969bea45011d3
[X86][SLH] Add VEX and EVEX conversion instructions to isDataInvariantLoad

-Drop the intrinsic versions of conversion instructions. These should be handled when we do vectors. They shouldn't show up in scalar code.
-Add the float<->double conversions which were missing.
-Add the AVX512 and AVX version of the conversion instructions including the unsigned integer conversions unique to AVX512

Differential Revision: https://reviews.llvm.org/D49313

llvm-svn: 337066
llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp