OSDN Git Service

[X86] Make ISD::INSERT_SUBVECTOR v8i1 legal with AVX512F because we should be custom...
authorCraig Topper <craig.topper@intel.com>
Fri, 15 Dec 2017 01:03:40 +0000 (01:03 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 15 Dec 2017 01:03:40 +0000 (01:03 +0000)
commit8ffae718f068fca381ead87c1d080793b23cd571
tree88e091fd9cbfada714a1eb146d9ff8457f3d15f8
parent9a06d0d6246c8f2109a5cde27718b22edc217361
[X86] Make ISD::INSERT_SUBVECTOR v8i1 legal with AVX512F because we should be custom lowering inserting v1i1 into v8i1 under this.

I don't have a test case at the moment. Just noticed while auditing things.

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