[PATCH] D67855: [X86] Add new calling convention that guarantees tail call optimization

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 13:18:13 PDT 2019


lebedev.ri added a comment.

I'd think this needs more test coverage.



================
Comment at: llvm/test/CodeGen/X86/tailcall-tailcc.ll:1
+; RUN: llc < %s -mtriple=i686-- | grep TAILCALL | count 7
+
----------------
Please use FileCheck + update_llc_test_checks.py


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67855





More information about the llvm-commits mailing list