Skip to content
Commit 8d694a45 authored by Eric Christopher's avatar Eric Christopher
Browse files

When lowering calls and tail calls in AArch64, the register mask and

return value location depends on the calling convention of the callee.
`F.getCallingConv()`, however, is the caller CC. Correct it to the
callee CC from `CallLoweringInfo`.

Fixes PR43449

Patch by Shu-Chun Weng!
parent 703c97be
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment