[PATCH] D126809: [ARM64EC 8/?] Implement ARM64EC "thunk" calling conventions

Daniel Paoliello via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 11:50:43 PDT 2022


dpaoliello added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64CallingConvention.td:215
+
+  // The 'nest' parameter, if any, is passed in R10.
+  CCIfNest<CCAssignToReg<[X4]>>,
----------------
For comments like these that reference the x64 register, can you please add a note of what the equivalent AArch64 register is?


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