summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/VectorOps/VectorTransforms.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-0/+3
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-15/+15
* [mlir][Linalg] Extend generic ops to allow tensorsNicolas Vasilache2020-01-021-3/+3
* Remove unused static function.Eric Christopher2019-12-261-15/+0
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-35/+36
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-39/+37
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-5/+5
* Add pattern rewrite which splits a vector TransferWriteOp into slices accordi...Andy Davis2019-12-171-29/+96
* Add pattern rewrite to forward vector tuple elements to their users.Andy Davis2019-12-171-1/+34
* Add pattern rewrite which splits a vector TransferReadOp into slices accordin...Andy Davis2019-12-171-34/+44
* Update vector op unrolling transformation to generate ExtractSlicesOp and Ins...Andy Davis2019-12-171-25/+90
* Add VectorOp transform pattern which splits vector TransferReadOps to target ...Andy Davis2019-12-101-0/+68
* Uniformize Vector transforms as patterns on the model of Linalg - NFCNicolas Vasilache2019-12-101-0/+448
OpenPOWER on IntegriCloud