[PATCH] D16595: AVX512: Fix vpmovzxbw predicate.

Igor Breger via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 12:03:19 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 vpmovzxbw predicate for AVX1/2 instructions.  
AVX512 vpmovzxbw require BW+VL for 128/256bit, so AVX1/2 instruction should be disabled only in this case. 

Repository:
  rL LLVM

http://reviews.llvm.org/D16595

Files:
  lib/Target/X86/X86InstrSSE.td
  test/CodeGen/X86/avx512-mask-op.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16595.46024.patch
Type: text/x-patch
Size: 54224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160126/c466c24a/attachment.bin>


More information about the llvm-commits mailing list