AVX-512: changes in intel_ocl_bi calling conventions
authorElena Demikhovsky <elena.demikhovsky@intel.com>
Tue, 17 Feb 2015 09:20:12 +0000 (09:20 +0000)
committerElena Demikhovsky <elena.demikhovsky@intel.com>
Tue, 17 Feb 2015 09:20:12 +0000 (09:20 +0000)
commit199f58a1989a905cf28a280ca6dec28681654351
tree07e1677848f8ccbf05de6bd335c6b67ede2ef419
parent2c388f76534e90dd1167beb8dd3089f17c92ca13
AVX-512: changes in intel_ocl_bi calling conventions
- added mask types v8i1 and v16i1 to possible function parameters
- enabled passing 512-bit vectors in standard CC
- added a test for KNL intel_ocl_bi conventions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229482 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86InstrAVX512.td
test/CodeGen/X86/avx512-intel-ocl.ll [new file with mode: 0644]