[PATCH] D110610: [GlobalISel][CallLowering] Delay outgoing register assignments to last.
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 28 15:12:53 PDT 2021
aemerson added a comment.
> SelectionDAG implementations can do this because they delay emitting stores for stack arguments until *after* the register arguments are set up.
This should say the inverse. The stores are emitted first, and all the other arguments are emitted after.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110610/new/
https://reviews.llvm.org/D110610
More information about the llvm-commits
mailing list