[PATCH] D70304: [Loop Peeling] Add possibility to enable peeling on loop nests.

Arkady Shlykov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 08:42:28 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3dcaf296aeb0: [Loop Peeling] Add possibility to enable peeling on loop nests. (authored by ashlykov).

Changed prior to commit:
  https://reviews.llvm.org/D70304?vs=240190&id=247662#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70304

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Transforms/Utils/LoopUtils.h
  llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
  llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
  llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
  llvm/lib/Transforms/Utils/LoopUtils.cpp
  llvm/test/Transforms/LoopUnroll/peel-loop-conditions.ll
  llvm/test/Transforms/LoopUnroll/peel-loop-nests.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70304.247662.patch
Type: text/x-patch
Size: 21635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200302/490b321c/attachment.bin>


More information about the llvm-commits mailing list