OSDN Git Service

[X86] Remove AVX512 pslldq/psrldq shift intrinsics. They aren't implemented yet and...
authorCraig Topper <craig.topper@gmail.com>
Wed, 18 Feb 2015 06:24:49 +0000 (06:24 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 18 Feb 2015 06:24:49 +0000 (06:24 +0000)
commitf781855732eb30952ddf0c4d80a4e2b34ac1c0fa
treeb475b91a7d6c2c294e82d2c689f3c460f77bda0d
parented42dcef75a3dd84aa81e7c709bb583010ba6945
[X86] Remove AVX512 pslldq/psrldq shift intrinsics. They aren't implemented yet and when they are they should be done with shuffles like SSE2 and AVX2.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229641 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsX86.td
lib/Transforms/Instrumentation/MemorySanitizer.cpp