summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/ConstantFold.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initialize Pass with PassID.Jacques Pienaar2019-03-291-0/+2
* Add static pass registrationJacques Pienaar2019-03-291-0/+7
* Introduce memref bound checking.Uday Bondhugula2019-03-291-1/+1
* Implement value type abstraction for types.River Riddle2019-03-291-3/+3
* Implement value type abstraction for attributes.River Riddle2019-03-291-6/+6
* Change typedef to using to be consistent across the codebaseLei Zhang2019-03-291-1/+1
* Introduce a new Operation::erase helper to generalize some code inChris Lattner2019-03-291-4/+4
* Loop bound constant folding: follow-up / address comments from cl/215997346Uday Bondhugula2019-03-291-5/+4
* Rename Operation::getAs to Operation::dyn_castFeng Liu2019-03-291-2/+2
* Various improvements to pattern matching and other infra:Chris Lattner2019-03-291-5/+4
* Split BuiltinOps out of StandardOps.Jacques Pienaar2019-03-291-1/+2
* Constant folding for loop bounds.Uday Bondhugula2019-03-291-1/+8
* Implement support for constant folding operations even when their operands areChris Lattner2019-03-291-7/+5
* Use statement walker for constant folding.Uday Bondhugula2019-03-291-48/+30
* Introduce [post]dominator tree and related infrastructure, use it in CFG funcChris Lattner2019-03-291-7/+7
* Implement support for constant folding operations and a simple constant foldingChris Lattner2019-03-291-0/+190
OpenPOWER on IntegriCloud