[PATCH] D59909: [X86] Add custom isel to select ADD/SUB/OR/XOR/AND to their non-immediate forms under optsize when the immediate has additional users.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 22:00:15 PDT 2019


craig.topper updated this revision to Diff 205252.
craig.topper added a comment.

Rebase after pre-commiting the helper function X86ISelDAGToDAG and adding PR41151 test cases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59909

Files:
  llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/test/CodeGen/X86/popcnt.ll
  llvm/test/CodeGen/X86/pr27202.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59909.205252.patch
Type: text/x-patch
Size: 16272 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190618/d4617880/attachment.bin>


More information about the llvm-commits mailing list