[PATCH] D43876: [LoopUnroll] Peel off iterations if it makes conditions true/false.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 15 14:37:16 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL327671: [LoopUnroll] Peel off iterations if it makes conditions true/false. (authored by fhahn, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D43876?vs=138547&id=138631#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D43876

Files:
  llvm/trunk/include/llvm/Transforms/Utils/UnrollLoop.h
  llvm/trunk/lib/Transforms/Scalar/LoopUnrollPass.cpp
  llvm/trunk/lib/Transforms/Utils/LoopUnrollPeel.cpp
  llvm/trunk/test/Transforms/LoopUnroll/complete_unroll_profitability_with_assume.ll
  llvm/trunk/test/Transforms/LoopUnroll/peel-loop-conditions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43876.138631.patch
Type: text/x-patch
Size: 32298 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180315/da0b20ae/attachment.bin>


More information about the llvm-commits mailing list