[PATCH] D79549: [LoopReroll] Fix rerolling loop with use outside the loop
KAWASHIMA Takahiro via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 8 01:01:52 PDT 2020
kawashima-fj added a comment.
In D79549#2025775 <https://reviews.llvm.org/D79549#2025775>, @efriedma wrote:
> I think there are four loop-reroll issues currently open in Bugzilla:
>
> https://bugs.llvm.org/show_bug.cgi?id=34029
> https://bugs.llvm.org/show_bug.cgi?id=42267
> https://bugs.llvm.org/show_bug.cgi?id=34760
> https://bugs.llvm.org/show_bug.cgi?id=41696
>
> Could you check which ones this patch fixes?
I checked the following PRs. Unfortunately, only 41696, which I originally wanted to fix, is fixed.
https://bugs.llvm.org/show_bug.cgi?id=33085
https://bugs.llvm.org/show_bug.cgi?id=34029
https://bugs.llvm.org/show_bug.cgi?id=34639
https://bugs.llvm.org/show_bug.cgi?id=34760
https://bugs.llvm.org/show_bug.cgi?id=41696 (My target PR)
https://bugs.llvm.org/show_bug.cgi?id=42043
https://bugs.llvm.org/show_bug.cgi?id=42267
https://bugs.llvm.org/show_bug.cgi?id=42275
https://bugs.llvm.org/show_bug.cgi?id=42444
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79549/new/
https://reviews.llvm.org/D79549
More information about the llvm-commits
mailing list