[PATCH] D101174: [IRCE] Relieve bound check on isSafeIncreasingBound and isSafeDecreasingBound
JinGu Kang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 27 03:47:30 PDT 2021
jaykang10 added a comment.
> I think you didn't answer the question though.
>From my opinion, it will not regress old-pm and it will not be affected by the population order of loops in new-pm. This change just relieves the bound check for new loop. If it is not proper answer for your question, please let me know.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101174/new/
https://reviews.llvm.org/D101174
More information about the llvm-commits
mailing list