[PATCH] D60031: Split tailcallelim into tailcallmark and tailcallelim

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 2 22:42:54 PDT 2019


uenoku added inline comments.


================
Comment at: lib/Transforms/Scalar/TailRecursionElimination.cpp:526
+static bool isAllCallsAreTailCalls(Function &F) {
+  // true if all call instruction which can be reachble entry blcok are marked
+  // as "tail"
----------------
nicholas wrote:
> uenoku wrote:
> > lebedev.ri wrote:
> > > block
> > Sorry, could you tell me what this means?
> There's a typo in the comment, "blcok" should read "block".
Oh, Thanks.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60031





More information about the llvm-commits mailing list