summaryrefslogtreecommitdiff
path: root/mlir/lib/Transforms/Utils/FoldUtils.cpp
AgeCommit message (Expand)Author
2019-12-18NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle
2019-09-01Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`.River Riddle
2019-08-19NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle
2019-08-09NFC: Standardize the terminology used for parent ops/regions/etc.River Riddle
2019-07-04NFC: Remove Region::getContainingFunction as Functions are now Operations.River Riddle
2019-06-25Update the OperationFolder to find a valid insertion point when materializing...River Riddle
2019-06-22Add a new dialect hook 'materializeConstant' to create a constant operation t...River Riddle
2019-06-09Add utility 'create' methods to OperationFolder that will create an operation...River Riddle
2019-06-09NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...River Riddle
2019-06-09NFC: Rename FoldHelper to OperationFolder and split a large function in two.River Riddle
2019-05-20 Unify the 'constantFold' and 'fold' hooks on an operation into just 'fold...River Riddle