[llvm] [PAC][CodeGen] Do not emit trivial 'mov xN xN' on tail call (PR #109100)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 19 00:09:01 PDT 2024
================
@@ -167,6 +167,28 @@ define i32 @test_tailcall_ib_var(ptr %arg0, ptr %arg1) #0 {
ret i32 %tmp1
}
+define void @test_tailcall_omit_mov_x16_x16(ptr %t) {
----------------
kovdan01 wrote:
Fixed, thanks, see 0cae7ea47543c6fc115ab9aa3faceb4627442832
https://github.com/llvm/llvm-project/pull/109100
More information about the llvm-commits
mailing list