[PATCH] D74977: [RISCV][GlobalISel] Add lowerFormalArguments for calling convention
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 22 16:27:45 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp:217
+
+ // Handle any required merging from split value types from physical
+ // registers into the desired VReg. ArgInfo objects are constructed
----------------
Use single space after `//`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74977/new/
https://reviews.llvm.org/D74977
More information about the llvm-commits
mailing list