[llvm] DAG: Consider __sincos_stret when deciding to form fsincos (PR #165169)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 27 04:39:33 PDT 2025
================
@@ -84,6 +84,10 @@ LLVM_ABI Libcall getSINCOS(EVT RetVT);
/// UNKNOWN_LIBCALL if there is none.
LLVM_ABI Libcall getSINCOSPI(EVT RetVT);
+/// getSINCOS - Return the SINCOS_STRET_ value for the given types, or
----------------
MacDue wrote:
nit: typos:
```suggestion
/// getSINCOS_STRET - Return the SINCOS_STRET_* value for the given types, or
```
https://github.com/llvm/llvm-project/pull/165169
More information about the llvm-commits
mailing list