[PATCH] D83056: [NFC] Separate the Loop Peeling Utilities from the Loop Unrolling Utilities

Sidharth Baveja via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 10 14:17:12 PDT 2020


sidbav updated this revision to Diff 277145.
sidbav marked an inline comment as not done.
sidbav added a comment.

Minor update after making some modifications to D80580 <https://reviews.llvm.org/D80580>


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

https://reviews.llvm.org/D83056

Files:
  llvm/include/llvm/Transforms/Utils/LoopPeel.h
  llvm/include/llvm/Transforms/Utils/UnrollLoop.h
  llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
  llvm/lib/Transforms/Scalar/LoopFuse.cpp
  llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
  llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
  llvm/lib/Transforms/Utils/CMakeLists.txt
  llvm/lib/Transforms/Utils/LoopPeel.cpp
  llvm/lib/Transforms/Utils/LoopUnroll.cpp
  llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83056.277145.patch
Type: text/x-patch
Size: 18731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200710/e51fab63/attachment.bin>


More information about the llvm-commits mailing list