aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/loop-strength-reduce4.ll
AgeCommit message (Expand)Author
2011-04-05Fix register-dependent X86 tests.Jakob Stoklund Olesen
2010-09-02test/loop-strength-reduce4: Add explicit triplet for Win32 host.NAKAMURA Takumi
2010-02-12Reapply the new LoopStrengthReduction code, with compile time andDan Gohman
2010-01-22Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman
2010-01-21Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman
2010-01-19Add nounwinds.Dan Gohman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-10-25If a loop termination compare instruction is the only use of its stride,Evan Cheng