[PATCH] D129106: [RISCV] Add support for static chain

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 17:58:13 PDT 2022


MaskRay requested changes to this revision.
MaskRay added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/test/CodeGen/RISCV/nest-register.ll:10
+
+define i8* @nest_receiver(i8* nest %arg) nounwind {
+; RV32I-LABEL: nest_receiver:
----------------
`i8*` => `ptr` for opaque pointers


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129106



More information about the llvm-commits mailing list