summaryrefslogtreecommitdiffstats
path: root/mlir/test/lib/Transforms/TestVectorizationUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-1/+1
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-1/+1
* 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-1/+1
* Refactor dependencies to expose Vector transformations as patterns - NFCNicolas Vasilache2019-12-031-1/+1
* Implement unrolling of vector ops to finer-grained vector ops as a pattern.Nicolas Vasilache2019-11-201-1/+1
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-1/+1
* NFC: Move AffineOps dialect to the Dialect sub-directory.River Riddle2019-08-201-1/+1
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-171-1/+1
* Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini2019-08-121-2/+2
* Cleanup slicing test.Nicolas Vasilache2019-07-241-0/+4
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-1/+1
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-8/+8
* Move the emitError/Warning/Remark utility methods out of MLIRContext and into...River Riddle2019-06-251-1/+1
* Split test-specific passes out of mlir-optNicolas Vasilache2019-06-241-0/+297
OpenPOWER on IntegriCloud