summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Reassociate/fast-basictest.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] Enable Add/Sub simplifications with only 'reassoc' FMFWarren Ristow2018-04-141-4/+93
* [InstCombine] allow fmul fold with less than 'fast'Sanjay Patel2018-03-021-4/+3
* [Reassociate] regenerate checks; NFCSanjay Patel2018-03-011-61/+62
* [Reassociate] add tests with 'reassoc' FMF; NFCSanjay Patel2017-11-131-1/+221
* [Reassociate] don't name values "tmp"; NFCISanjay Patel2017-11-091-109/+121
* Add intermediate subtract instructions to reassociation worklist.Owen Anderson2015-11-161-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-9/+9
* Revert "[Reassociate] As the expression tree is rewritten make sure the opera...Chad Rosier2014-11-191-5/+5
* [Reassociate] As the expression tree is rewritten make sure the operands areChad Rosier2014-11-171-5/+5
* Reassociate x + -0.1234 * y into x - 0.1234 * yErik Verbruggen2014-08-211-1/+1
* [Reassociation] Add support for reassociation with unsafe algebra.Chad Rosier2014-08-141-0/+285
OpenPOWER on IntegriCloud