[PATCH] D75023: [RISCV][GlobalISel] Add lowerCall for calling convention

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 01:47:02 PDT 2023


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp:259
+    return false;
+
+  // TODO: Support all argument types.
----------------
Should add some tail call cases. You should set IsTailCall to false if you aren’t handling them


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75023



More information about the llvm-commits mailing list