| commit | d79253a9f7833c429fbb3920277e8f2a11f8e1a7 | [log] [tgz] |
|---|---|---|
| author | Diana Picus <diana.picus@linaro.org> | Mon Mar 20 14:40:18 2017 +0000 |
| committer | Diana Picus <diana.picus@linaro.org> | Mon Mar 20 14:40:18 2017 +0000 |
| tree | a8da86c583a9f1dfbe2d5e559a2c8fc0dfe15b80 | |
| parent | 00b34996b49748045e2dd77e4f7ca60c258639e2 [diff] |
[GlobalISel] Use the correct calling conv for calls This commit adds a parameter that lets us pass in the calling convention of the call to CallLowering::lowerCall. This allows us to handle situations where the calling convetion of the callee is different from that of the caller. Differential Revision: https://reviews.llvm.org/D31039 llvm-svn: 298254