summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/mul.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* InstCombine: canonicalize sext-and --> selectNadav Rotem2013-01-30
* Transform (sub 0, (zext bool to A)) to (sext bool to A) andPaul Redmond2013-01-21
* Fix typos in CHECK lines.Dmitri Gribenko2012-12-06
* Remove a instcombine transform that (no longer?) makes sense:Evan Cheng2012-06-26
* Factor out the multiply analysis code in ComputeMaskedBits and apply it to theNick Lewycky2012-03-18
* generalize a transformation even more: we don't care whether theChris Lattner2009-10-11
* simplify a transformation by making it more general.Chris Lattner2009-10-11
* implement rdar://7293527, a trivial instcombine that llvm-gccChris Lattner2009-10-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Fix trivial todo in instcombine.Eli Friedman2009-07-14
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Check in test changes that I accidentally left out of r72872.Dan Gohman2009-06-04
* Implement support for simplifying vector comparisons by 0.0 and 1.0 like weChris Lattner2008-08-11
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-18
* rename function to avoid llvm-upgrade warningChris Lattner2007-07-16
* For PR1319:Reid Spencer2007-04-15
* For PR1319:Reid Spencer2007-04-14
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Handle the unsigned form as wellChris Lattner2004-02-23
* Add a slight variant of test10Chris Lattner2004-02-23
* This multiply can be eliminatedChris Lattner2004-02-23
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* New testcaseChris Lattner2003-09-11
* Remove usage of grep-not scriptChris Lattner2003-06-28
* Fix testcaseChris Lattner2003-06-28
* Add test for instcombine -1*X -> -XChris Lattner2003-06-25
* * Add testcases for associative operatorsChris Lattner2003-03-10
* Modernize testcaseChris Lattner2003-03-10
* test for a variety of new transformations:Chris Lattner2003-02-18
* These tests should not run -dce pass to cleanup instcombine.Chris Lattner2002-08-02
* New test cases for mul foldingChris Lattner2002-04-29