[all-commits] [llvm/llvm-project] d214f0: [IR] Add a test for `f128` libm libcall lowering (...
Trevor Gross via All-commits
all-commits at lists.llvm.org
Mon Jul 14 05:29:42 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d214f07f0935a8c4fb254cbb4f4062860fc26bb7
https://github.com/llvm/llvm-project/commit/d214f07f0935a8c4fb254cbb4f4062860fc26bb7
Author: Trevor Gross <tmgross at umich.edu>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
A llvm/test/CodeGen/Generic/fp128-math-libcalls.ll
Log Message:
-----------
[IR] Add a test for `f128` libm libcall lowering (NFC) (#148308)
`f128` intrinsic functions from libm sometimes lower to `long double`
library calls when they instead need to be `f128` versions. Add a
generic test demonstrating current behavior.
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