[all-commits] [llvm/llvm-project] 9d469b: [RISCV] Implement trampolines for rv64 (#96309)
Roger Ferrer Ibáñez via All-commits
all-commits at lists.llvm.org
Thu Oct 17 23:07:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d469b5988bfb1c2e99533f863b1f9eb5b0c58b7
https://github.com/llvm/llvm-project/commit/9d469b5988bfb1c2e99533f863b1f9eb5b0c58b7
Author: Roger Ferrer Ibáñez <rofirrim at gmail.com>
Date: 2024-10-18 (Fri, 18 Oct 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
A llvm/test/CodeGen/RISCV/rv64-trampoline.ll
Log Message:
-----------
[RISCV] Implement trampolines for rv64 (#96309)
This is implementation is based on what the X86 target does but
emitting the instructions that GCC emits for rv64.
---------
Co-authored-by: Pengcheng Wang <wangpengcheng.pp at bytedance.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list