summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_reassociate.ll
Commit message (Collapse)AuthorAgeFilesLines
* [X86][SSE] Add i686 triple tests for partial vector and re-associationSimon Pilgrim2017-05-041-50/+110
| | | | llvm-svn: 302149
* Fix several accidental DOS line endings in source filesDimitry Andric2016-01-031-119/+119
| | | | | | | | | | | | | | | Summary: There are a number of files in the tree which have been accidentally checked in with DOS line endings. Convert these to native line endings. There are also a few files which have DOS line endings on purpose, and I have set the svn:eol-style property to 'CRLF' on those. Reviewers: joerg, aaron.ballman Subscribers: aaron.ballman, sanjoy, dsanders, llvm-commits Differential Revision: http://reviews.llvm.org/D15848 llvm-svn: 256707
* [DAGCombiner] Canonicalize vector constants for ADD/MUL/AND/OR/XOR ↵Simon Pilgrim2015-04-041-4/+63
| | | | | | | | re-association Scalar integers are commuted to move constants to the RHS for re-association - this ensures vectors do the same. llvm-svn: 234092
* Added vector tests for DAGCombiner::ReassociateOpsSimon Pilgrim2015-04-031-0/+60
Missing vector tests for rL233482 llvm-svn: 234015
OpenPOWER on IntegriCloud