[llvm] [TLI][AArch64] Add extra SLEEF mappings and tests (PR #78140)

Maciej Gabka via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 15 09:10:39 PST 2024


================
@@ -2349,6 +2645,79 @@ for.cond.cleanup:
   ret void
 }
 
+declare void @sincospi(double, ptr, ptr)
+declare void @sincospif(float, ptr, ptr)
+
+define void @test_sincospi(ptr noalias %a, ptr noalias %b, ptr noalias %c) {
----------------
mgabka wrote:

sure, will mention when merging the patch

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


More information about the llvm-commits mailing list