[PATCH] D42646: [X86] Avoid using high register trick for test instruction

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 05:16:04 PST 2018


deadalnix updated this revision to Diff 132147.
deadalnix added a comment.

Reduce the diff to simply avoid doing the high register trick.
It turns out that there is a bug in the other optimization made in the orginal diff, so it seems like a better idea to split that out in several smaller steps to ensure progress.


Repository:
  rL LLVM

https://reviews.llvm.org/D42646

Files:
  lib/Target/X86/X86ISelDAGToDAG.cpp
  lib/Target/X86/X86InstrArithmetic.td
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86MacroFusion.cpp
  test/CodeGen/X86/testb-je-fusion.ll
  test/CodeGen/X86/vastart-defs-eflags.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42646.132147.patch
Type: text/x-patch
Size: 5604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180131/bde2b691/attachment.bin>


More information about the llvm-commits mailing list