[llvm] [AArch64] Update comment on GHC CC (PR #72761)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 27 00:33:34 PST 2023
================
@@ -344,8 +344,10 @@ def CC_AArch64_DarwinPCS_ILP32_VarArg : CallingConv<[
//
// https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/GeneratedCode
//
-// The AArch64 register mapping is under the heading "The ARMv8/AArch64 ABI
-// register mapping".
+// The AArch64 register mapping is defined in the following header file:
+//
+// https://github.com/ghc/ghc/blob/master/rts/include/stg/MachRegs/arm32.h
----------------
boomanaiden154 wrote:
Yep. Thanks for the catch! Fixed.
https://github.com/llvm/llvm-project/pull/72761
More information about the llvm-commits
mailing list