aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avoid-loop-align-2.ll
AgeCommit message (Expand)Author
2009-10-15Make CodePlacementOpt align loops, rather than loop headers. TheDan Gohman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-05-12If header of inner loop is aligned, do not align the outer loop header. We do...Evan Cheng