Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm/test] Update test comments | Shu-Chun Weng | 2019-11-07 | 1 | -5/+5 |
| | |||||
* | When lowering calls and tail calls in AArch64, the register mask and | Eric Christopher | 2019-11-06 | 1 | -0/+38 |
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! |