[PATCH] D79394: [clang][codegen] Refactor argument loading in function prolog. NFC.
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 5 10:46:57 PDT 2020
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
Oh, yes, if `Fn->getArg(n)` is no longer an `O(n)` linked-list walk, then this seems like a great change. I see that that happened... slightly over three years ago. Hooray for legacies. LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79394/new/
https://reviews.llvm.org/D79394
More information about the cfe-commits
mailing list