summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/LowerVectorTransfers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extend InstVisitor and Walker to handle arbitrary CFG functions, expand theChris Lattner2019-03-291-1/+0
* Standardize naming of statements -> instructions, revisting the code base to beChris Lattner2019-03-291-6/+6
* Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I ...Chris Lattner2019-03-291-1/+1
* Eliminate the using decls for MLFunction and CFGFunction standardizing onChris Lattner2019-03-291-2/+2
* Rename BBArgument -> BlockArgument, Op::getOperation -> Op::getInst(),Chris Lattner2019-03-291-3/+3
* Merge Operation into OperationInst and standardize nomenclature aroundChris Lattner2019-03-291-4/+5
* Merge CFGFuncBuilder/MLFuncBuilder/FuncBuilder together into a single newChris Lattner2019-03-291-3/+3
* Merge SSAValue, CFGValue, and MLValue together into a single Value class, whichChris Lattner2019-03-291-16/+13
* Refactor MLFunction to contain a StmtBlock for its body instead of inheritingChris Lattner2019-03-291-1/+1
* Refactor ForStmt: having it contain a StmtBlock instead of subclassingChris Lattner2019-03-291-1/+1
* Refactor LowerVectorTransfersPass using pattern rewritersAlex Zinenko2019-03-291-61/+66
* Materialize vector_type_cast operation in the SuperVector dialectAlex Zinenko2019-03-291-7/+4
* Extract vector_transfer_* Ops into a SuperVectorDialect.Alex Zinenko2019-03-291-0/+1
* [MLIR] Drop bug-prone global map indexed by MLFunction*Nicolas Vasilache2019-03-291-25/+22
* [MLIR] Add LowerVectorTransfersPassNicolas Vasilache2019-03-291-0/+261
OpenPOWER on IntegriCloud