summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/FxpMathOps/Transforms/LowerUniformRealMath.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-5/+5
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-32/+32
* 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-32/+32
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-1/+2
* Fix a number of Clang-Tidy warnings.Christian Sigg2019-09-231-3/+3
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-2/+2
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-1/+1
* NFC: Update usages of OwningRewritePatternList to pass by & instead of &&.River Riddle2019-08-091-2/+2
* NFC: Implement OwningRewritePatternList as a class instead of a using directive.River Riddle2019-08-051-3/+2
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-2/+2
* Move the emitError/Warning/Remark utility methods out of MLIRContext and into...River Riddle2019-06-251-2/+1
* Add a templated wrapper around RewritePattern that allows for defining ma...River Riddle2019-06-011-23/+16
* Move Quantization -> Dialect/QuantOps, FxpMathOps -> Dialect/FxpMathOps.Stella Laurenzo2019-05-201-0/+410
OpenPOWER on IntegriCloud