aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/sink_instruction.ll
AgeCommit message (Expand)Author
2016-08-22[InstCombine] Allow sinking from unique predecessor with multiple edgesJun Bum Lim
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2009-10-14make instcombine's instruction sinking more aggressive in theChris Lattner
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-05Eliminate uses of %prcontext.Daniel Dunbar
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-04-14For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2004-12-08new testcaseChris Lattner