[PATCH] D118037: [DAGCombine] Consider SETULT as carry flag

Paweł Bylica via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 07:19:11 PST 2022


chfast added a reviewer: lebedev.ri.
chfast added a comment.

In D118037#3272270 <https://reviews.llvm.org/D118037#3272270>, @RKSimon wrote:

> BTW - how come we still have the ISD::ADDE/SUBE nodes? I thought we were intending to get rid of them as the glue nodes made them difficult to work with.

I'm happy to remove these later if you give me hints where to start.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118037



More information about the llvm-commits mailing list