Closed efriedma-quic closed 5 months ago
@llvm/pr-subscribers-backend-aarch64
Author: Eli Friedman (efriedma-quic)
As the code that introduced this issue debuted in LLVM 18.1.0, I would like to propose this be backported.
See: https://github.com/llvm/llvm-project/commit/a6065f0fa55aa
@nikic Is that fair?
As the code that introduced this issue debuted in LLVM 18.1.0, I would like to propose this be backported.
Sure, I'll take care of backporting.
/cherry-pick b28766eb3f20354d1d7a34ea83b9d915c3715032
/cherry-pick b28766eb3f20354d1d7a34ea83b9d915c3715032
Error: Command failed due to missing milestone.
/cherry-pick b28766e
It doesn't cherry-pick cleanly, there are conflicts in the test files
/cherry-pick b28766e
It doesn't cherry-pick cleanly, there are conflicts in the test files
Error: Command failed due to missing milestone.
Created the backport PR and included !90115 as well to make the cherry-pick clean.
I accidentally left out the code to transfer sret attributes to entry thunks, so values weren't being passed in the right registers, and the sret pointer wasn't returned in the correct register.
Fixes #90229