summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Reassociate/basictest.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+297
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-297/+0
* [Reassociate] regenerate checks; NFCSanjay Patel2018-07-031-77/+115
* Reassociate: add global reassociation algorithmFiona Glaser2017-12-121-0/+15
* [Reassociate] Add negated value of negative constant to the Duplicates list.Chad Rosier2017-02-231-0/+20
* PM: Port Reassociate to the new pass managerJustin Bogner2016-04-261-0/+1
* [Reassociate] Don't propogate flags when creating negationsDavid Majnemer2015-06-241-2/+6
* [Reassociate] Canonicalizing 'x [+-] (-Constant * y)' isn't always a winDavid Majnemer2015-05-281-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-12/+12
* Revert "[Reassociate] As the expression tree is rewritten make sure the opera...Chad Rosier2014-11-191-3/+3
* [Reassociate] As the expression tree is rewritten make sure the operands areChad Rosier2014-11-171-3/+3
* [Reassociate] Canonicalize negative constants out of expressions.Chad Rosier2014-11-111-1/+1
* Revert "[Reassociate] Canonicalize negative constants out of expressions."Reid Kleckner2014-11-041-1/+1
* [Reassociate] Canonicalize negative constants out of expressions.Chad Rosier2014-11-031-1/+1
* [Reassociate] FileCheckize and cleanup a few testcases. No functional changeChad Rosier2014-06-111-99/+102
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-15/+15
* Add a test for my change to disable reassociation for i1 types.Bob Wilson2010-02-061-0/+10
* When factoring multiply expressions across adds, factor both Chris Lattner2010-01-011-0/+13
* test case we alredy get right.Chris Lattner2010-01-011-0/+12
* reuse negates where possible instead of always creating them from scratch.Chris Lattner2009-12-311-0/+13
* teach reassociate to factor x+x+x -> x*3. While I'm at it,Chris Lattner2009-12-311-10/+32
* simple fix for an incorrect factoring which causes aChris Lattner2009-12-311-0/+11
* merge some more tests in.Chris Lattner2009-12-311-0/+28
* filecheckizeChris Lattner2009-12-311-4/+101
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* 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
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-191-5/+6
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+9
OpenPOWER on IntegriCloud