]> granicus.if.org Git - llvm/commit
[X86] Enable canonicalizeBitSelect for AVX512 since we can use VPTERNLOG now.
authorCraig Topper <craig.topper@intel.com>
Sun, 29 Sep 2019 01:24:22 +0000 (01:24 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 29 Sep 2019 01:24:22 +0000 (01:24 +0000)
commitab6082193d0ec451b0005f5c47cc776c029f1b8f
treea017d947f512bd3db9c0d8bb550313b76d74c81e
parentc51855f4573a189ed59a43280383cd33d20bc0ce
[X86] Enable canonicalizeBitSelect for AVX512 since we can use VPTERNLOG now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373155 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/combine-bitselect.ll
test/CodeGen/X86/vec-copysign-avx512.ll
test/CodeGen/X86/vector-fshl-128.ll
test/CodeGen/X86/vector-fshl-256.ll
test/CodeGen/X86/vector-fshl-512.ll
test/CodeGen/X86/vector-fshl-rot-128.ll
test/CodeGen/X86/vector-fshl-rot-256.ll
test/CodeGen/X86/vector-fshl-rot-512.ll
test/CodeGen/X86/vector-fshr-128.ll
test/CodeGen/X86/vector-fshr-256.ll
test/CodeGen/X86/vector-fshr-512.ll
test/CodeGen/X86/vector-fshr-rot-128.ll
test/CodeGen/X86/vector-fshr-rot-256.ll
test/CodeGen/X86/vector-fshr-rot-512.ll
test/CodeGen/X86/vector-rotate-128.ll
test/CodeGen/X86/vector-rotate-256.ll
test/CodeGen/X86/vector-rotate-512.ll