[llvm] [SDAG] Add missing ppc_fp128 ExpandFloatRes for sincos[pi] (PR #128514)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 07:53:01 PST 2025


================
@@ -49,3 +49,49 @@ define { ppc_fp128, ppc_fp128 } @test_sincospi_ppcf128(ppc_fp128 %a) {
   %result = call { ppc_fp128, ppc_fp128 } @llvm.sincospi.ppcf128(ppc_fp128 %a)
   ret { ppc_fp128, ppc_fp128 } %result
 }
+
+; FIXME: Recognise this as a tail call and omit the stack frame:
----------------
arsenm wrote:

I don't think this can be recognized as a tail call, the return needs to be the immediate next instruction after the call 

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


More information about the llvm-commits mailing list