[PATCH] D79199: [ARM] Fix tail call validity checking for varargs calls.

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 01:11:02 PDT 2020


DavidSpickett added inline comments.


================
Comment at: llvm/test/CodeGen/ARM/tail-call-results.ll:4
+; RUN: llc -mtriple=thumbv7-linux-gnueabihf -disable-tail-calls %s -o - | FileCheck -check-prefix=NOTAIL %s
+
+declare float @callee_float()
----------------
Can you add a comment here with the purpose of the test?

If I understand correctly it's checking that vararg->vararg, or normal->normal will tail call but a mix of the two won't.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79199





More information about the llvm-commits mailing list