]> granicus.if.org Git - llvm/commit
[X86] Remove AVX512 early out from X86FastISel::X86SelectCmp.
authorCraig Topper <craig.topper@intel.com>
Mon, 30 Oct 2017 14:50:11 +0000 (14:50 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 30 Oct 2017 14:50:11 +0000 (14:50 +0000)
commit7f36a3ae35384efcbbc552c783b074cc9a363472
tree0c4a88b18403e4b7f7aa656f1ea3001d9cf38a70
parent1fd065d4bbf6d6f90c5fbd251656dde7e97d48e6
[X86] Remove AVX512 early out from X86FastISel::X86SelectCmp.

This shouldn't be needed anymore since i1 isn't a legal type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316912 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp
test/CodeGen/X86/avx512-fsel.ll
test/CodeGen/X86/pr27591.ll
test/CodeGen/X86/pr32241.ll
test/CodeGen/X86/pr32284.ll