[all-commits] [llvm/llvm-project] ef60e4: [PowerPC] fix stack size allocated for float point...
Chen Zheng via All-commits
all-commits at lists.llvm.org
Sat Aug 6 05:50:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef60e44fe874e28a6cfff57533b63c752a36e7dd
https://github.com/llvm/llvm-project/commit/ef60e44fe874e28a6cfff57533b63c752a36e7dd
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2022-08-06 (Sat, 06 Aug 2022)
Changed paths:
M llvm/lib/Target/PowerPC/PPCCallingConv.td
M llvm/test/CodeGen/PowerPC/fminnum.ll
M llvm/test/CodeGen/PowerPC/pr56469.ll
Log Message:
-----------
[PowerPC] fix stack size allocated for float point argument
This is for https://github.com/llvm/llvm-project/issues/56469
Allocate 4 bytes for float point arguments on PPC32.
Reviewed By: nemanjai
Differential Revision: https://reviews.llvm.org/D129558
More information about the All-commits
mailing list