aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/apint-shift.ll
AgeCommit message (Expand)Author
2012-04-23Reapply r155136 after fixing PR12599.Jakob Stoklund Olesen
2012-04-20Revert r155136 "Defer some shl transforms to DAGCombine."Jakob Stoklund Olesen
2012-04-19Defer some shl transforms to DAGCombine.Jakob Stoklund Olesen
2012-04-18FileCheckizeJakob Stoklund Olesen
2012-04-18Nobody likes shifty instructions, but that was a bit strong.Jakob Stoklund Olesen
2010-01-10change the preferred canonical form for a sign extension to beChris Lattner
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2007-04-14For PR1319:Reid Spencer
2007-03-23Add more test cases for APIntified InstCombine.Reid Spencer