[PATCH] D138232: [NFC] Refactor loop peeling code for calculating phi invariance.

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 14:27:34 PST 2022


jamieschmeiser updated this revision to Diff 477296.
jamieschmeiser retitled this revision from "Code for calculating number of loop peels based on phi invariance" to "[NFC] Refactor loop peeling code for calculating phi invariance.".
jamieschmeiser edited the summary of this revision.
jamieschmeiser added a comment.

I have split out the refactoring of the code so there are no intended
functional changes.  I have added the test case as requested, showing
the current, limited functionality.  After this lands, I will post a
patch with the expanded functionality.


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

https://reviews.llvm.org/D138232

Files:
  llvm/lib/Transforms/Utils/LoopPeel.cpp
  llvm/test/Transforms/LoopUnroll/peel-loop-phi-analysis.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138232.477296.patch
Type: text/x-patch
Size: 19520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221122/bfa67136/attachment.bin>


More information about the llvm-commits mailing list