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