[llvm-bugs] [Bug 33969] CreateLoopUnrollPass does not honor the provided loop count

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jul 28 00:16:05 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=33969

Davide Italiano <davide at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |davide at freebsd.org
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Davide Italiano <davide at freebsd.org> ---
It's just that the API changed.


//===----------------------------------------------------------------------===//
//
// LoopUnroll - This pass is a simple loop unrolling pass.
//
Pass *createLoopUnrollPass(int OptLevel = 2, int Threshold = -1, int Count =
-1,
                           int AllowPartial = -1, int Runtime = -1,
                           int UpperBound = -1);
// Create an unrolling pass for full unrolling that uses exact trip count only.
Pass *createSimpleLoopUnrollPass(int OptLevel = 2);

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170728/e752f98d/attachment.html>


More information about the llvm-bugs mailing list