[X86] Remove VCVTSI2SDZrrb_Int as it shouldn't exist.
authorCraig Topper <craig.topper@intel.com>
Mon, 11 Mar 2019 01:20:37 +0000 (01:20 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 11 Mar 2019 01:20:37 +0000 (01:20 +0000)
commit4cf8cdc51d1992f91eab318f7e8b6ee032de0c86
tree288dda0d5e0dfc48a510e0c535ca0583c75b1354
parenta135fd5562dd1c29b87bfccedacd285483f2f6ad
[X86] Remove VCVTSI2SDZrrb_Int as it shouldn't exist.

This would convert a signed 32-bit integer to double precision with rounding. But there's nothing to round.

llvm-svn: 355795
llvm/lib/Target/X86/X86InstrAVX512.td
llvm/lib/Target/X86/X86InstrInfo.cpp