[clang] [llvm] [ARM] musttail fixes (PR #102896)

via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 28 07:09:32 PDT 2024


================
@@ -67,33 +327,85 @@ declare i32 @e3(ptr nocapture byval(%struct.LargeStruct) align 16 %in) nounwind
 ; We can't do tail call since address of s is passed to the callee and part of
 ; s is in caller's local frame.
----------------
kiran-isaac wrote:

I agree, I have removed the change to the test 

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


More information about the cfe-commits mailing list