Skip to content
Commit 946b2559 authored by Chris Lattner's avatar Chris Lattner
Browse files

Initial checkin of a simple loop unroller. This pass is extremely basic and

limited.  Even in it's extremely simple state (it can only *fully* unroll single
basic block loops that execute a constant number of times), it already helps improve
performance a LOT on some benchmarks, particularly with the native code generators.

llvm-svn: 13028
parent c14da960
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment