summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Reassociate/fast-basictest.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] canonicalize fneg before fmul/fdivSanjay Patel2019-07-311-4/+17
* [Reassociate] Handle unary FNeg in the Reassociate passCameron McInally2019-06-191-4/+17
* [NFC][Reassociate] Fix mistake in 468b2adCameron McInally2019-06-051-10/+8
* [NFC][Reassociate] Add unary fneg tests to fast-basictest.llCameron McInally2019-06-051-0/+69
* [NFC][Reassociate] Regenerate CHECKs for fast-basictest.llCameron McInally2019-06-051-15/+15
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+606
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-606/+0
* [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