aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/mul.ll
AgeCommit message (Expand)Author
2013-01-30InstCombine: canonicalize sext-and --> selectNadav Rotem
2013-01-21Transform (sub 0, (zext bool to A)) to (sext bool to A) andPaul Redmond
2012-12-06Fix typos in CHECK lines.Dmitri Gribenko
2012-06-26Remove a instcombine transform that (no longer?) makes sense:Evan Cheng
2012-03-18Factor out the multiply analysis code in ComputeMaskedBits and apply it to theNick Lewycky
2009-10-11generalize a transformation even more: we don't care whether theChris Lattner
2009-10-11simplify a transformation by making it more general.Chris Lattner
2009-10-11implement rdar://7293527, a trivial instcombine that llvm-gccChris 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
2009-07-14Fix trivial todo in instcombine.Eli Friedman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-06-04Check in test changes that I accidentally left out of r72872.Dan Gohman
2008-08-11Implement support for simplifying vector comparisons by 0.0 and 1.0 like weChris Lattner
2008-03-18Upgrade tests to not use llvm-upgrade.Tanya Lattner
2007-07-16rename function to avoid llvm-upgrade warningChris Lattner
2007-04-15For PR1319:Reid Spencer
2007-04-14For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2004-02-23Handle the unsigned form as wellChris Lattner
2004-02-23Add a slight variant of test10Chris Lattner
2004-02-23This multiply can be eliminatedChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-09-11New testcaseChris Lattner
2003-06-28Remove usage of grep-not scriptChris Lattner
2003-06-28Fix testcaseChris Lattner
2003-06-25Add test for instcombine -1*X -> -XChris Lattner
2003-03-10* Add testcases for associative operatorsChris Lattner
2003-03-10Modernize testcaseChris Lattner
2003-02-18test for a variety of new transformations:Chris Lattner
2002-08-02These tests should not run -dce pass to cleanup instcombine.Chris Lattner
2002-04-29New test cases for mul foldingChris Lattner