[PATCH] D17844: AVX512: Combine AND + TESTM instrunctions

Igor Breger via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 01:07:29 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:  Combine AND + TESTM instructions . 
  vpandq  %zmm0, %zmm1, %zmm2
  vptestmq %zmm2, %zmm2, %k0
TO
  vptestmq %zmm0, %zmm1, %k0



Repository:
  rL LLVM

http://reviews.llvm.org/D17844

Files:
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrFragmentsSIMD.td
  test/CodeGen/X86/combine-testm-and.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17844.49717.patch
Type: text/x-patch
Size: 5002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160303/7c4d671a/attachment.bin>


More information about the llvm-commits mailing list