[PATCH] D28947: [XRay][AArch64] More staging for tail call support in XRay on AArch64 - in LLVM

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 02:46:51 PST 2017


rengolin added inline comments.


================
Comment at: lib/Target/AArch64/AArch64InstrInfo.cpp:1630
 
+bool AArch64InstrInfo::isTailCall(const MachineInstr &Inst) const
+{
----------------
This is in line with what the x86 and hexagon back-ends already have. Should be fine.


https://reviews.llvm.org/D28947





More information about the llvm-commits mailing list