[PATCH] D60031: Split tailcallelim into tailcallmark and tailcallelim
Nick Lewycky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 2 22:28:55 PDT 2019
nicholas 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"
----------------
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".
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