[PATCH] D125130: [CodeGen] Clarify the semantics of ADDCARRY/SUBCARRY
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 6 16:49:55 PDT 2022
efriedma added a comment.
> What is meant by "native carry flag" here? X86's carry flag matches the USUBO output.
Sorry, missed a few words. Meant to say "Explicitly call out that for subtraction, on many targets, the native carry flag is the inverse of what USUBO produces." x86 is not one of those targets. AArch64 is.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125130/new/
https://reviews.llvm.org/D125130
More information about the llvm-commits
mailing list