]> granicus.if.org Git - llvm/commit
[X86] Remove unnecessary bitconverts as the root of patterns for zero extended VCVTPD...
authorCraig Topper <craig.topper@intel.com>
Sat, 14 Oct 2017 04:18:10 +0000 (04:18 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 14 Oct 2017 04:18:10 +0000 (04:18 +0000)
commitea981acc7812159293bd5c213e78f2633cc8687c
treef3820f7b9f5f1c687b72297eb97d774e13dd095f
parent60273a80213af332e8a7ecd8a7e074bdbfd2095d
[X86] Remove unnecessary bitconverts as the root of patterns for zero extended VCVTPD2UDQZ128rr and VCVTTPD2UDQZ128rr.

We don't need a bitconvert as a root pattern in these cases. The types in the other parts of the pattern are sufficient to express the behavior of these instructions.

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