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

Benjamin Maxwell via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 09:56:36 PST 2025


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

Will do :+1: 

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


More information about the llvm-commits mailing list