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

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 15:36:01 PDT 2019


paquette marked an inline comment as done.
paquette added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64CallLowering.cpp:439
+  CallingConv::ID CallerCC = CallerF.getCallingConv();
+  bool CCMatch = CallerCC == CalleeCC;
+
----------------
aemerson wrote:
> This bool really necessary?
Not right now, but there are a couple places it will need to be checked when the rest of the tail call stuff is implemented.


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

https://reviews.llvm.org/D67189





More information about the llvm-commits mailing list