[PATCH] D151107: [IR] Add GraalVM calling conventions

Sacha Coppey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 08:29:25 PDT 2023


Zeavee updated this revision to Diff 553952.
Zeavee added a comment.

Add tests for GraalVM calling conventions


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151107

Files:
  llvm/include/llvm/IR/CallingConv.h
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86RegisterInfo.cpp
  llvm/test/CodeGen/AArch64/aarch64-graal-callingconv.ll
  llvm/test/CodeGen/RISCV/rv64-graal-callingconv.ll
  llvm/test/CodeGen/X86/x86-graal-callingconv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151107.553952.patch
Type: text/x-patch
Size: 6535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230828/b315434c/attachment.bin>


More information about the llvm-commits mailing list