OSDN Git Service

[AVX-512] Replace masked 16-bit element variable shift intrinsics with new unmasked...
authorCraig Topper <craig.topper@gmail.com>
Fri, 18 Nov 2016 05:04:44 +0000 (05:04 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 18 Nov 2016 05:04:44 +0000 (05:04 +0000)
commite5e77e4a92c4a808c763f9de7149738dd214add4
tree9664fdf250446d655b129300fcc18d6e2277680e
parent94dac3bd7bc7f256b3d8295202798bd958f598e3
[AVX-512] Replace masked 16-bit element variable shift intrinsics with new unmasked versions and selects.

The same thing was done to 32-bit and 64-bit element sizes previously.

This will allow us to support these shuffls in InstCombineCalls along with the other variable shift intrinsics.

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