[PATCH] D31039: [GlobalISel] Use the correct calling conv for calls

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 13:36:34 PDT 2017


dsanders accepted this revision.
dsanders added a comment.
This revision is now accepted and ready to land.

LGTM with the typo fixed and an AArch64 test case (if it's possible).

For the AArch64 test case, I'm not familiar with ARM/AArch64 calling conventions but I'm told that fastcall vs. non-fastcall might be the only way to test it there.


https://reviews.llvm.org/D31039





More information about the llvm-commits mailing list