[PATCH] D26748: [ARM] Relax restriction on variadic functions for tailcall optimization

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 03:07:22 PST 2016


rengolin added a comment.

LGTM, thanks!



================
Comment at: test/CodeGen/ARM/tail-call.ll:30
 define fastcc void @caller_weak() {
 ; CHECK-LABEL: caller_weak:
 ; CHECK: bl callee_weak
----------------
Heh, this was being completely ignored before. :)


Repository:
  rL LLVM

https://reviews.llvm.org/D26748





More information about the llvm-commits mailing list