[PATCH] D117866: [AArch64][GlobalISel] Support returned argument with multiple registers
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 21 06:43:32 PST 2022
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM. This should be done for fixing returned, but I think something is off here (at least for AArch64). isTypeIsValidForThisReturn claims this is only valid for 64-bit types, and I'm guessing the callbacks intent was to express the original type, not the legalized split type
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117866/new/
https://reviews.llvm.org/D117866
More information about the llvm-commits
mailing list