[PATCH] D22038: [X86] Transform zext+seteq+cmp into shr+lzcnt on btver2 architecture.

pierre gousseau via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 09:13:25 PDT 2016


pgousseau updated this revision to Diff 62882.
pgousseau added a comment.

Following Simon's comments:

- Move the new flag declaration among declarations with similar meaning.
- Regenerated test's asserts with update_llc_test_checks.py


http://reviews.llvm.org/D22038

Files:
  lib/Target/X86/X86.td
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86InstrShiftRotate.td
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  test/CodeGen/X86/lzcnt-zext-cmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22038.62882.patch
Type: text/x-patch
Size: 10506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160706/8d75d4ac/attachment.bin>


More information about the llvm-commits mailing list