[PATCH] D17138: AVX512: Change store size of kmask.

Igor Breger via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 06:16:55 PST 2016


igorb created this revision.
igorb added a reviewer: delena.
igorb added a subscriber: llvm-commits.
igorb set the repository for this revision to rL LLVM.
Herald added a subscriber: qcolombet.

AVX512: Change store size of kmask. Store size of v8i1, v4i1 , v2i1 and i1 are changed to 16 bits.
If KMOVB not supported (require  AVX512DQ) only KMOVW can be used  so store size should be 2 bytes.

Repository:
  rL LLVM

http://reviews.llvm.org/D17138

Files:
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86RegisterInfo.td
  test/CodeGen/X86/avx512-intel-ocl.ll
  test/CodeGen/X86/avx512-mask-spills.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17138.47636.patch
Type: text/x-patch
Size: 10660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160211/32c0f693/attachment.bin>


More information about the llvm-commits mailing list