[PATCH] D60715: [ISEL] Collect argument's forwarding regs when lowering calls
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 16 16:06:32 PDT 2019
aprantl added a comment.
Looking through the file list, this seems to be missing FastISel and GlobalIsel support?
================
Comment at: include/llvm/CodeGen/MIRYamlMapping.h:340
+struct CallSiteInfo {
+ struct ArgRegPair {
----------------
This could use some Doxygen comments :-)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60715/new/
https://reviews.llvm.org/D60715
More information about the llvm-commits
mailing list