[PATCH] D26748: [ARM] Relax restriction on variadic functions for tailcall optimization
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 16 12:48:05 PST 2016
rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.
Small comment on the tests, otherwise, LGTM. Thanks!
================
Comment at: test/CodeGen/ARM/tail-call.ll:43
+define void @v_caller_ints1(i32 %a, i32 %b) {
+; CHECK-TAIL-LABEL: v_caller_ints1:
+; CHECK-TAIL-AAPCS-LABEL: v_caller_ints1:
----------------
You can make all of them use `--check-prefix=CHECK` and then have only one `CHECK-LABEL`.
https://reviews.llvm.org/D26748
More information about the llvm-commits
mailing list