[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
Tue Jun 20 22:32:12 PDT 2023


uabelho added a comment.

In D151698#4432010 <https://reviews.llvm.org/D151698#4432010>, @uabelho wrote:

> 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.

Ping @caojoshua (or anyone else that understand what's going on)


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