]> granicus.if.org Git - llvm/commit
[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)
commit7aa275110574aa3c1486e2f8564203d63abbf33a
tree79e44285ad3d29bcec209cada6f72cbf334479d7
parentfd3428261b273f41b2afaaff6267877610bd80ca
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286725 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsX86.td
lib/IR/AutoUpgrade.cpp
lib/Target/X86/X86IntrinsicsInfo.h
test/CodeGen/X86/avx512-intrinsics-upgrade.ll
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll
test/CodeGen/X86/avx512bw-intrinsics.ll
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
test/CodeGen/X86/avx512vl-intrinsics.ll