[PATCH] D56246: [X86] Add post-isel peephole to fold KAND+KORTEST into KTEST if only the zero flag is used.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 3 16:14:51 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL350374: [X86] Add post-isel peephole to fold KAND+KORTEST into KTEST if only the zero… (authored by ctopper, committed by ).

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56246/new/

https://reviews.llvm.org/D56246

Files:
  llvm/trunk/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/trunk/test/CodeGen/X86/avx512-mask-op.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56246.180172.patch
Type: text/x-patch
Size: 10355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190104/d9473b7e/attachment.bin>


More information about the llvm-commits mailing list