[PATCH] D88395: [LoopReroll] Fix rerolling loop with extra instructions

KAWASHIMA Takahiro via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 22 22:58:32 PDT 2021


kawashima-fj updated this revision to Diff 339883.
kawashima-fj marked an inline comment as done.
kawashima-fj added a comment.

@Meinersbur Thanks for your review. I've updated the patch. Correction of `LLVM_DEBUG` message and adding test patterns.

I can push it to the GitHub main branch by myself. I don't know the criteria of pushing patch to the release branch. Should it be pushed?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88395/new/

https://reviews.llvm.org/D88395

Files:
  llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
  llvm/test/Transforms/LoopReroll/extra_instr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88395.339883.patch
Type: text/x-patch
Size: 9164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210423/cb67145e/attachment.bin>


More information about the llvm-commits mailing list