summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/NaryReassociate/nary-mul.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+20
| | | | | | | | The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-20/+0
| | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546
* [PM] Port NaryReassociate to the new PMWei Mi2016-07-211-0/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D22648 llvm-svn: 276349
* [NaryReassociate] Improve test CHECKMehdi Amini2015-09-161-1/+2
| | | | | | | | | | | Add `CHECK` directives for the function calls. Differential Revision: http://reviews.llvm.org/D12885 Patch by: Volkan Keles <vkeles@apple.com> From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 247774
* [NaryReassociate] Add support for Mul instructionsMarcello Maggioni2015-09-151-0/+18
This patch extends the current pass by handling Mul instructions as well. Patch by: Volkan Keles (vkeles@apple.com) llvm-svn: 247705
OpenPOWER on IntegriCloud