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

Alexandros Lamprineas via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 06:01:43 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) {
----------------
labrinea wrote:

Ok I see your point, we wanted to test a new type of variants (those taking linear pointers) just once. Sounds good to me.

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


More information about the llvm-commits mailing list