[PATCH] D126809: [ARM64EC 8/?] Implement ARM64EC "thunk" calling conventions
Daniel Paoliello via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 1 16:16:02 PDT 2022
dpaoliello added inline comments.
================
Comment at: llvm/include/llvm/IR/CallingConv.h:258
+ /// ARM64 register names. The first parameter is mapped to x9.
+ ARM64EC_Thunk_X64 = 102,
+
----------------
When adding a calling convention, does it not also need to be added to the IR AsmWriter/AsmPrinter?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126809/new/
https://reviews.llvm.org/D126809
More information about the llvm-commits
mailing list