[all-commits] [llvm/llvm-project] c08b90: [RISCV] Lower the TransientStackAlignment to the A...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Feb 9 21:48:26 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c08b90c50bcac9f3f563c79491c8dbcbe7c3b574
https://github.com/llvm/llvm-project/commit/c08b90c50bcac9f3f563c79491c8dbcbe7c3b574
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-02-09 (Fri, 09 Feb 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/test/CodeGen/RISCV/callee-saved-gprs.ll
M llvm/test/CodeGen/RISCV/calling-conv-ilp32e.ll
M llvm/test/CodeGen/RISCV/rv64-legal-i32/vararg.ll
M llvm/test/CodeGen/RISCV/vararg.ll
Log Message:
-----------
[RISCV] Lower the TransientStackAlignment to the ABI alignment for rv32e/rv64e.
I don't think the transient alignment needs to be larger than the
ABI alignment.
More information about the All-commits
mailing list