[PATCH] D123781: [AArch64] Add `foldADCToCINC` DAG combine

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 11:08:00 PDT 2022


paulwalker-arm added a comment.

It's not immediate clear to me what the advantage is to using `CINC` verses `ADC`.  Sure some of the tests emit less code but for those cases it just looks like we're not making good use of `xzr`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123781



More information about the llvm-commits mailing list