[x86] Change AVX512 intrinsics to take a 8-bit immediate for the comparision kind...
authorCraig Topper <craig.topper@gmail.com>
Mon, 19 Jan 2015 06:07:27 +0000 (06:07 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 19 Jan 2015 06:07:27 +0000 (06:07 +0000)
commit6f91bd79f3782557186b6420eb6a331e154a4d9b
tree75c5265243b2a130fc63241f5f10eb7886818cff
parenteb71fa415e0829c6ed514b6be54f6becbc0a6872
[x86] Change AVX512 intrinsics to take a 8-bit immediate for the comparision kind instead of a 32-bit immediate. This better aligns with the emitted instruction. It also matches SSE and AVX1 equivalents. Also add auto upgrade support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226430 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicsX86.td
lib/IR/AutoUpgrade.cpp
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrInfo.td