[PATCH] D68559: [RISCV] Support fast calling convention

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 14:30:04 PDT 2019


hiraditya added inline comments.


================
Comment at: lib/Target/RISCV/RISCVISelLowering.cpp:2046
+
+  if (CallConv == CallingConv::Fast) {
+    ArgCCInfo.AnalyzeCallOperands(Outs, CC_RISCV_FastCC);
----------------
nit: no need to put braces around one liners.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68559/new/

https://reviews.llvm.org/D68559





More information about the llvm-commits mailing list