[llvm] [IR] Add llvm.sincospi intrinsic (PR #125873)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 09:16:28 PST 2025


================
@@ -407,6 +407,11 @@ RTLIB::Libcall RTLIB::getFSINCOS(EVT RetVT) {
                       SINCOS_PPCF128);
 }
 
+RTLIB::Libcall RTLIB::getSINCOSPI(EVT RetVT) {
----------------
paulwalker-arm wrote:

The naming looks inconsistent here albeit the new code looks more correct.  Any chance you can follow up and rename `getFSINCOS` to `getSINCOS`?

https://github.com/llvm/llvm-project/pull/125873


More information about the llvm-commits mailing list