summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/operand-complexity.ll
Commit message (Collapse)AuthorAgeFilesLines
* [NFC][InstCombine] Add unary fneg tests to operand-complexity.ll.Cameron McInally2019-05-211-0/+30
| | | | llvm-svn: 361311
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+136
| | | | | | | | 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-136/+0
| | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546
* fix comment typo - NFCChen Zheng2019-01-081-1/+1
| | | | llvm-svn: 350587
* [InstCombine] canonicalize MUL with NEG operandChen Zheng2019-01-011-6/+6
| | | | | | | | | -X * Y --> -(X * Y) X * -Y --> -(X * Y) Differential Revision: https://reviews.llvm.org/D55961 llvm-svn: 350185
* [InstCombine] fix complexity canonicalization with fake unary vector opsSanjay Patel2018-10-131-3/+3
| | | | | | | This is a preliminary step to avoid regressions when we add an actual 'fneg' instruction to IR. See D52934 and D53205. llvm-svn: 344458
* [InstCombine] add tests for operand complexity canonicalization; NFCSanjay Patel2018-10-131-0/+136
The tests with undef vector elements demonstrate a hole in the current pattern matching. llvm-svn: 344456
OpenPOWER on IntegriCloud