summaryrefslogtreecommitdiffstats
path: root/mlir/test/lib/Transforms/TestVectorTransforms.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
| | | | PiperOrigin-RevId: 286906740
* Add VectorOp transform pattern which splits vector TransferReadOps to target ↵Andy Davis2019-12-101-0/+1
| | | | | | vector unroll size. PiperOrigin-RevId: 284880592
* Uniformize Vector transforms as patterns on the model of Linalg - NFCNicolas Vasilache2019-12-101-0/+46
This reorganizes the vector transformations to be more easily testable as patterns and more easily composable into fused passes in the future. PiperOrigin-RevId: 284817474
OpenPOWER on IntegriCloud