[PATCH] D153165: Select `G_SADDE`, `G_UADDE`, `G_SSUBE` and `G_USUBE` for AArch64
Tobias Stadler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 16 13:48:52 PDT 2023
tobias-stadler added a comment.
Oh wow, what a insane coincidence. I literally fixed these same issues here https://reviews.llvm.org/D153164 2 minutes earlier. I do generate better code though, because I generate less instructions for carry-in setting and these instructions away whenever possible. For >O0 I generate identical code to SelectionDag. I also have higher test coverage.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153165/new/
https://reviews.llvm.org/D153165
More information about the llvm-commits
mailing list