[PATCH] D44880: [Hexagon] peel loops with runtime small trip counts

Ikhlas Ajbar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 20:07:35 PDT 2018


iajbar added a comment.

Thank you very much Max for your review.  I tried to zero UP.PeelCount before every return from computeUnrollCount that stands before computePeelCount and it causes test/Transforms/LoopUnroll/pr33437.ll to fail. This test expects to peel a loop first and than unrolling it.


Repository:
  rL LLVM

https://reviews.llvm.org/D44880





More information about the llvm-commits mailing list