[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:27:08 PDT 2019
uenoku marked 3 inline comments as done.
uenoku added a comment.
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"
----------------
lebedev.ri wrote:
> block
Sorry, could you tell me what this means?
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