[PATCH] D24953: [X86][FastISel] Use a COPY from K register to a GPR instead of a K operation

Guy Blank via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 06:10:18 PDT 2016


guyblank updated this revision to Diff 72638.
guyblank added a comment.

Thanks Alexey & Zvi

update according to your comments.
without the patch, the added test produces a KORTEST with a GPR instead of a TEST.


https://reviews.llvm.org/D24953

Files:
  lib/Target/X86/X86FastISel.cpp
  test/CodeGen/X86/avx512-fsel.ll
  test/CodeGen/X86/fast-isel-load-i1.ll
  test/CodeGen/X86/fast-isel-select-cmov.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24953.72638.patch
Type: text/x-patch
Size: 5675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160927/4cc1a0c2/attachment.bin>


More information about the llvm-commits mailing list