[PATCH] D30611: [x86] don't blindly transform SETB into SBB

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 11:52:26 PST 2017


spatel updated this revision to Diff 91203.
spatel added a comment.

Patch updated (no code changes, but...):

1. Changed phantom test diffs to code comments to better track the cases where this transform still fires.
2. Rebased - we got more diffs from https://reviews.llvm.org/rL297249 and less from https://reviews.llvm.org/rL297404.


https://reviews.llvm.org/D30611

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/add-of-carry.ll
  test/CodeGen/X86/avx-intrinsics-fast-isel.ll
  test/CodeGen/X86/avx-intrinsics-x86.ll
  test/CodeGen/X86/avx512-insert-extract.ll
  test/CodeGen/X86/avx512-intrinsics.ll
  test/CodeGen/X86/ctpop-combine.ll
  test/CodeGen/X86/fast-isel-cmp.ll
  test/CodeGen/X86/peep-setb.ll
  test/CodeGen/X86/pr26350.ll
  test/CodeGen/X86/setcc.ll
  test/CodeGen/X86/sse41-intrinsics-fast-isel.ll
  test/CodeGen/X86/sse41-intrinsics-x86.ll
  test/CodeGen/X86/sse41.ll
  test/CodeGen/X86/sse42-intrinsics-fast-isel.ll
  test/CodeGen/X86/sse42-intrinsics-x86.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30611.91203.patch
Type: text/x-patch
Size: 35990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170309/8fe2fc43/attachment.bin>


More information about the llvm-commits mailing list