[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
authorRobert Khasanov <rob.khasanov@gmail.com>
Tue, 30 Sep 2014 11:32:22 +0000 (11:32 +0000)
committerRobert Khasanov <rob.khasanov@gmail.com>
Tue, 30 Sep 2014 11:32:22 +0000 (11:32 +0000)
commitcfa5724d507d7bf9c2ca854ee2d6fd7bca00a345
tree850cd4d6f7e6f54d95d1b0b2a6269b4e3b6eb478
parent58da66b2bf444678397acfbe9295d6d8a5be0d1e
[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
Added new operand type for intrinsics (IIT_V64)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218668 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsX86.td
lib/IR/Function.cpp
lib/Target/X86/X86IntrinsicsInfo.h
test/CodeGen/X86/avx512bw-intrinsics.ll [new file with mode: 0644]
test/TableGen/intrinsic-varargs.td
utils/TableGen/IntrinsicEmitter.cpp