[AVX-512] Remove the remaining masked shift by immediate or by single value. Autoupgr...
authorCraig Topper <craig.topper@gmail.com>
Sat, 12 Nov 2016 18:04:46 +0000 (18:04 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 12 Nov 2016 18:04:46 +0000 (18:04 +0000)
commitda6a63db1c9e7ec8674d9efde1bed9b9500a0d19
tree550c9b80c46c87f9cb0a3986cd4e2a783ae8310f
parent17412b03b2019cf0df75b16f8264a696724f45fe
[AVX-512] Remove the remaining masked shift by immediate or by single value. Autoupgrade them to recently introduced unmasked versions and a select.

After this I'll add the unmasked intrinsics to InstCombineCalls to finish making our handling of these types of shuffles consistent between AVX-512 and the legacy intrinsics.

llvm-svn: 286725
llvm/include/llvm/IR/IntrinsicsX86.td
llvm/lib/IR/AutoUpgrade.cpp
llvm/lib/Target/X86/X86IntrinsicsInfo.h
llvm/test/CodeGen/X86/avx512-intrinsics-upgrade.ll
llvm/test/CodeGen/X86/avx512-intrinsics.ll
llvm/test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll
llvm/test/CodeGen/X86/avx512bw-intrinsics.ll
llvm/test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
llvm/test/CodeGen/X86/avx512vl-intrinsics.ll