[all-commits] [llvm/llvm-project] 9e4210: [RISCV] Use iXLen for ptr<->int casts in vararg.ll...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Dec 5 07:10:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e4210faf20014bf8637040b2231cbcd83c38ddd
https://github.com/llvm/llvm-project/commit/9e4210faf20014bf8637040b2231cbcd83c38ddd
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
M llvm/test/CodeGen/RISCV/vararg.ll
Log Message:
-----------
[RISCV] Use iXLen for ptr<->int casts in vararg.ll (#74426)
Also use ABI alignment for ptr sized objects.
This makes the code more sane and avoids only loading part of what was
stored by vastart on RV64.
More information about the All-commits
mailing list