summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/Utils/FoldUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-3/+3
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-3/+3
* 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-4/+4
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-4/+3
* Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`.River Riddle2019-09-011-5/+13
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-1/+1
* NFC: Standardize the terminology used for parent ops/regions/etc.River Riddle2019-08-091-2/+2
* NFC: Remove Region::getContainingFunction as Functions are now Operations.River Riddle2019-07-041-3/+2
* Update the OperationFolder to find a valid insertion point when materializing...River Riddle2019-06-251-41/+58
* Add a new dialect hook 'materializeConstant' to create a constant operation t...River Riddle2019-06-221-78/+119
* Add utility 'create' methods to OperationFolder that will create an operation...River Riddle2019-06-091-1/+1
* NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...River Riddle2019-06-091-1/+1
* NFC: Rename FoldHelper to OperationFolder and split a large function in two.River Riddle2019-06-091-27/+48
* Unify the 'constantFold' and 'fold' hooks on an operation into just 'fold...River Riddle2019-05-201-0/+170
OpenPOWER on IntegriCloud