[PATCH] D154533: [DAG] Improve carry reconstruction in combineCarryDiamond.

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 5 10:53:01 PDT 2023


deadalnix created this revision.
deadalnix added reviewers: RKSimon, craig.topper, tstellar, barannikov88, t.p.northover, lebedev.ri, spatel, chfast.
Herald added subscribers: StephenFan, pengfei, hiraditya.
Herald added a project: All.
deadalnix requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The gain is usually suffiscient to go the extra mile and reconstruct a carry in some cases.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154533

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/X86/addcarry.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154533.537431.patch
Type: text/x-patch
Size: 3658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230705/b8f91668/attachment.bin>


More information about the llvm-commits mailing list