OSDN Git Service

[X86] Split 512-bit vector extends from types other than vXi1 out of LowerZERO_EXTEND...
authorCraig Topper <craig.topper@intel.com>
Wed, 6 Dec 2017 07:37:20 +0000 (07:37 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 6 Dec 2017 07:37:20 +0000 (07:37 +0000)
commit4fe5c0ae0221cd42ae9f8cb980344a02bc92dc4f
tree705714b6c1d4c3b5622f3508a9eaa2e48b83e833
parentd5bd8eeafe60aa50ebe365f80e302f578ea96a35
[X86] Split 512-bit vector extends from types other than vXi1 out of LowerZERO_EXTEND_AVX512/LowerSIGN_EXTEND_AVX512. NFCI

Most of the code in these routines is for handling extends from vXi1 types. The 512-bit handling for other extends is very much like the AVX2 code. So make the special routines just do vXi1 types and move the other 512-bit handling to the place that handles AVX2.

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