Commit Graph

2 Commits

Author SHA1 Message Date
Shu-Chun Weng 793679836a [llvm/test] Update test comments 2019-11-07 16:18:26 -08:00
Eric Christopher 8d694a45ab 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!
2019-11-06 15:25:10 -08:00