[PATCH] D67189: [AArch64][GlobalISel] Teach AArch64CallLowering to handle basic sibling calls

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 13:20:49 PDT 2019


paquette added a comment.

Fixed the issue. Issue was that I never tested returning something other than void. I disabled tail calling calls with non-void return types, and updated the test to reflect that.

Recommitted in r371114/0add2a8a5fd

https://reviews.llvm.org/rL371114


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67189/new/

https://reviews.llvm.org/D67189





More information about the llvm-commits mailing list