[all-commits] [llvm/llvm-project] 2dccf1: [RISCV] Remove gp and tp from callee saved registe...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Dec 27 21:36:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2dccf11b92ee97091fb08b3f3b385d2b870e41b7
https://github.com/llvm/llvm-project/commit/2dccf11b92ee97091fb08b3f3b385d2b870e41b7
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-12-27 (Wed, 27 Dec 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVCallingConv.td
M llvm/test/CodeGen/RISCV/inline-asm-abi-names.ll
M llvm/test/CodeGen/RISCV/stack-folding.ll
Log Message:
-----------
[RISCV] Remove gp and tp from callee saved register lists. (#76483)
This appears to match gcc behavior.
Resolves
https://discourse.llvm.org/t/risc-v-calling-convention-implementation-in-clang-tp-and-gp-registers/75757
More information about the All-commits
mailing list