[LLVMbugs] [Bug 8593] loop-unroll and unroll-count options do not work unless loop-rotate option is passed
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat May 21 23:06:19 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=8593
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Chris Lattner <clattner at apple.com> 2011-05-22 01:06:18 CDT ---
This is as expected. Loop rotation is required to put the loops into canonical
form. Passes are not expected to work on any possible input, they have a
desired place in the pass pipeline.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list