]> granicus.if.org Git - llvm/commit
[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)
commit15db37690127d5ca2befe855b88dec0a929cf5c5
tree818e12aad0a819cf958288483ea8a8362dd5f788
parent4e3a7c08f35e1b1716e22b032b38e6a75c4884ac
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355795 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrInfo.cpp