[PATCH] D89548: [SCEV] Prove implications of different type via truncation

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 28 02:46:25 PDT 2021


bjope added a comment.

In D89548#3009262 <https://reviews.llvm.org/D89548#3009262>, @uabelho wrote:

> Hi @mkazantsev ,
>
> The following hang started occuring with this patch:
>  https://bugs.llvm.org/show_bug.cgi?id=51869
>
> I've also seen hangs in loop-idiom-recognizer with the patch so I suppose many passes using SCEV might run into the same kind of problems.

I haven't tried to revert this patch, but maybe that should be explored (as it seems broken in the sense that it might cause infinite looping / severe compile time regressions)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89548/new/

https://reviews.llvm.org/D89548



More information about the llvm-commits mailing list