[PATCH] D75013: [LoopTerminology] Rotated Loops

Stefanos Baziotis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 10:15:34 PST 2020


baziotis updated this revision to Diff 247946.
baziotis added a comment.

- General rewrite.

The 3 images that were used are:
Initial loop: https://imgur.com/a/6hSIPPi
Rotated loop: https://imgur.com/a/Ub3eLnd
Guarded loop: https://imgur.com/a/aOECGDf

I tried to read a bunch of source code but I didn't find any more benefits to the loop rotated form.


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

https://reviews.llvm.org/D75013

Files:
  llvm/docs/LoopTerminology.rst
  llvm/docs/Passes.rst
  llvm/docs/loop-terminology-guarded-loop.png
  llvm/docs/loop-terminology-initial-loop.png
  llvm/docs/loop-terminology-rotated-loop.png

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75013.247946.patch
Type: text/x-patch
Size: 5217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200303/8e883ac4/attachment.bin>


More information about the llvm-commits mailing list