[ARM] Relax restriction on variadic functions for tailcall optimization
Summary: Variadic functions can be treated in the same way as normal functions with respect to the number and types of parameters. Reviewers: grosbach, olista01, t.p.northover, rengolin Subscribers: javed.absar, aemerson, llvm-commits Differential Revision: https://reviews.llvm.org/D26748 llvm-svn: 287219
Showing
- llvm/lib/Target/ARM/ARMISelLowering.cpp 0 additions, 5 deletionsllvm/lib/Target/ARM/ARMISelLowering.cpp
- llvm/test/CodeGen/ARM/tail-call-float.ll 49 additions, 0 deletionsllvm/test/CodeGen/ARM/tail-call-float.ll
- llvm/test/CodeGen/ARM/tail-call.ll 70 additions, 2 deletionsllvm/test/CodeGen/ARM/tail-call.ll
llvm/test/CodeGen/ARM/tail-call-float.ll
0 → 100644
Please register or sign in to comment