[PATCH] D124976: [AArch64] Fix sub with carry
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 6 03:12:28 PDT 2022
paulwalker-arm added a comment.
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".
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