On 6/10/2026 8:51 PM, Monk Chiang wrote:
Thanks for the review! Will send a v2 to fix the attribute
handling and the missing length attributes.
For the indirect calls to returns_twice / indirect_return.
I looked into how aarch64 does it, and it passes fntype through
CUMULATIVE_ARGS and reads it back in a late RTL pass.
That's a bit more work to get right for RISC-V, I'd like to get
this patch in first and address it in a separate follow-up patch.
Sorry I didn't realize there was still LLM slop at the beginning.
Hopefully you ignored that.
Good to hear you've got a plan for the returns twice indirect case,
though I don't think it's *that* important.
Jeff