[PATCH] D74691: [Attributor] Detect possibly unbounded cycles in functions
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 13 11:18:06 PDT 2020
uenoku added a comment.
In D74691#1922032 <https://reviews.llvm.org/D74691#1922032>, @fhahn wrote:
> In D74691#1921957 <https://reviews.llvm.org/D74691#1921957>, @uenoku wrote:
>
> > You don't have to care about the failure if the failure doesn't occur multiple times.
> > Please see https://lists.llvm.org/pipermail/llvm-dev/2019-November/136710.html
>
>
> I think a better way to put it is that you don't have to care about the failure if you did not cause it (e.g. you might not get multiple emails if other bots were broken before)
Yes, thank you for the correction.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74691/new/
https://reviews.llvm.org/D74691
More information about the llvm-commits
mailing list