[PATCH] D42128: [X86] Extend load-op-store fusion merge to ADC/SBB.

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 12:08:14 PST 2018


niravd updated this revision to Diff 130246.
niravd added a comment.

Add ADC immediate tests. I haven't worked out a way to the appropriate SUB immediate nodes via LLVM IR as they're realized via add.


Repository:
  rL LLVM

https://reviews.llvm.org/D42128

Files:
  llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/test/CodeGen/X86/addcarry.ll
  llvm/test/CodeGen/X86/addcarry2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42128.130246.patch
Type: text/x-patch
Size: 16941 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180117/38401cf8/attachment.bin>


More information about the llvm-commits mailing list