[PATCH] D74691: [Attributor] Detect possibly unbounded cycles in functions

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 13 11:18:02 PDT 2020


fhahn added a comment.

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)


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