[PATCH] D151698: [SCEV] Compute AddRec range computations using different type BECount
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 19 02:05:09 PDT 2023
uabelho added a comment.
In D151698#4420612 <https://reviews.llvm.org/D151698#4420612>, @uabelho wrote:
> Hi,
>
> The following starts failing with this patch:
>
> opt -verify-scev -passes="loop(loop-unroll-full),loop-mssa(licm<allowspeculation>,indvars,loop-rotate)" bbi-83618.ll -o /dev/null
I wrote https://github.com/llvm/llvm-project/issues/63385 about it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151698/new/
https://reviews.llvm.org/D151698
More information about the llvm-commits
mailing list