[PATCH] D82085: [TRE] markTails marks call sites as tailcalls though some of them are not.
Alexey Lapshin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 18 14:15:37 PDT 2020
avl added a comment.
> It makes sense to teach tail recursion elimination not to depend so heavily on tail markings. But I don't think that implies we want to mess with the markings themselves.
Ok. Thus I need to drop part of this patch related to more strict tail marking, and continue with part which changes pre-requisite for TRE.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82085/new/
https://reviews.llvm.org/D82085
More information about the cfe-commits
mailing list