[PATCH] D124976: [AArch64] Fix sub with carry

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 09:37:51 PDT 2022


kazu added a comment.

In D124976#3496267 <https://reviews.llvm.org/D124976#3496267>, @paulwalker-arm wrote:

> Is it worth updating the ISD node description in ISDOpcodes.h? because this is how the bug happened in the first place, with a literal interpretation of "incoming carry" and "and the output carry".

Sure, I am happy to post a separate patch for that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124976



More information about the llvm-commits mailing list