llvm-6502/test/Transforms/LoopReroll
James Molloy 28a123abaf [LoopRerolling] Be more forgiving with instruction order.
We can't solve the full subgraph isomorphism problem. But we can
allow obvious cases, where for example two instructions of different
types are out of order. Due to them having different types/opcodes,
there is no ambiguity.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228931 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-12 15:54:14 +00:00
..
basic.ll [LoopRerolling] Be more forgiving with instruction order. 2015-02-12 15:54:14 +00:00
nonconst_lb.ll
reduction.ll