[all-commits] [llvm/llvm-project] 12b41b: PowerPC: Fix using long double libm functions for ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jun 16 18:23:45 PDT 2025
Branch: refs/heads/users/arsenm/powerpc/fix-using-long-double-libm-calls-f128
Home: https://github.com/llvm/llvm-project
Commit: 12b41b2285eeeaf82b7ebbab23da5566389df772
https://github.com/llvm/llvm-project/commit/12b41b2285eeeaf82b7ebbab23da5566389df772
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-17 (Tue, 17 Jun 2025)
Changed paths:
M llvm/lib/IR/RuntimeLibcalls.cpp
M llvm/test/CodeGen/PowerPC/f128-arith.ll
Log Message:
-----------
PowerPC: Fix using long double libm functions for f128 intrinsics
This wasn't setting the correct libcall names, which default to the
l suffixed libm names.
Commit: 019434bc78643d2b79bf79aa97448d81778b8835
https://github.com/llvm/llvm-project/commit/019434bc78643d2b79bf79aa97448d81778b8835
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-17 (Tue, 17 Jun 2025)
Changed paths:
M llvm/lib/IR/RuntimeLibcalls.cpp
Log Message:
-----------
Split into helper function
Compare: https://github.com/llvm/llvm-project/compare/2c41a2154737...019434bc7864
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list