[all-commits] [llvm/llvm-project] 5f2955: [PowerPC] Fix incorrect symbol name of frexp libca...
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Tue Nov 7 22:41:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f295552f1eb9b00efe0d83c5f8e6c9b948cb238
https://github.com/llvm/llvm-project/commit/5f295552f1eb9b00efe0d83c5f8e6c9b948cb238
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2023-11-08 (Wed, 08 Nov 2023)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/test/CodeGen/PowerPC/f128-arith.ll
Log Message:
-----------
[PowerPC] Fix incorrect symbol name of frexp libcall (#71626)
frexpl is for ppc_fp128. The correct symbol name for f128 is frexpf128.
More information about the All-commits
mailing list