[PATCH] D109821: [ScalarEvolution] Infer loop max trip count from array accesses
Liren.Peng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 02:29:52 PDT 2023
Peakulorain added a comment.
In D109821#4313669 <https://reviews.llvm.org/D109821#4313669>, @xbolva00 wrote:
> In D109821#3095496 <https://reviews.llvm.org/D109821#3095496>, @Peakulorain wrote:
>
>> The remaining bugs have been clearly described in the code comments, and I will fix them in the next step. This API is disabled by default now.
>
> Did you fix them?
I'm looking for a better way to do this implement, may take a while.
In D109821#4458629 <https://reviews.llvm.org/D109821#4458629>, @xbolva00 wrote:
> In D109821#4313669 <https://reviews.llvm.org/D109821#4313669>, @xbolva00 wrote:
>
>> In D109821#3095496 <https://reviews.llvm.org/D109821#3095496>, @Peakulorain wrote:
>>
>>> The remaining bugs have been clearly described in the code comments, and I will fix them in the next step. This API is disabled by default now.
>>
>> Did you fix them?
>
> As lot of time passed and it seems like no progress on bugs was made. I think you should revert this patch. I think it is a bad practise to commit known buggy features, even if disabled by default.
>
> @nikic @aeubanks
Reverted. Submit after reimplementation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109821/new/
https://reviews.llvm.org/D109821
More information about the llvm-commits
mailing list