[PATCH] D16531: AVX512: Fix truncate v32i8 to v32i1 lowering implementation.

Igor Breger via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 06:48:24 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.

AVX512: Fix truncate v32i8 to v32i1 lowering implementation.
bug   [[  https://llvm.org/bugs/show_bug.cgi?id=26264 | bug 26264 ]]  .Enable truncate 128/256bit packed byte/word with AVX512BW but without AVX512VL, use 512bit instructions.

Repository:
  rL LLVM

http://reviews.llvm.org/D16531

Files:
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrAVX512.td
  test/CodeGen/X86/masked_gather_scatter.ll
  test/CodeGen/X86/masked_memop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16531.45861.patch
Type: text/x-patch
Size: 44801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160125/6262b6d8/attachment.bin>


More information about the llvm-commits mailing list