[all-commits] [llvm/llvm-project] ee79ca: RuntimeLibcalls: Cleanup sincos predicate functions
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jun 5 23:46:51 PDT 2025
Branch: refs/heads/users/arsenm/runtime-libcalls/cleanup-has-sincos-predicates
Home: https://github.com/llvm/llvm-project
Commit: ee79ca11029ca60e9b6062cde3d0f468c2d5a7b3
https://github.com/llvm/llvm-project/commit/ee79ca11029ca60e9b6062cde3d0f468c2d5a7b3
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-06 (Fri, 06 Jun 2025)
Changed paths:
M llvm/include/llvm/IR/RuntimeLibcalls.h
M llvm/lib/IR/RuntimeLibcalls.cpp
Log Message:
-----------
RuntimeLibcalls: Cleanup sincos predicate functions
The darwinHasSinCos wasn't actually used for sincos, only the stret
variant. Rename this to reflect that, and introduce a new one for
enabling sincos.
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