summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/arm64-preserve-most.ll
Commit message (Collapse)AuthorAgeFilesLines
* [llvm/test] Update test commentsShu-Chun Weng2019-11-071-5/+5
|
* When lowering calls and tail calls in AArch64, the register mask andEric Christopher2019-11-061-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!
OpenPOWER on IntegriCloud