[llvm] [LoongArch] Ensure pcaddu18i and jirl adjacency in tail calls for correct relocation (PR #113932)
Lu Weining via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 31 01:20:15 PDT 2024
================
@@ -120,3 +120,60 @@ entry:
%r = tail call i32 @callee_tail(i32 %i)
ret i32 %r
}
+
+define i32 @caller_call_tail(i32 %i) nounwind {
----------------
SixWeining wrote:
pre-commit this new test
https://github.com/llvm/llvm-project/pull/113932
More information about the llvm-commits
mailing list