summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/SimplifyAffineStructures.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Refactor the files related to passes.River Riddle2019-03-291-1/+1
* Refactor the affine analysis by moving some functionality to IR and some to A...River Riddle2019-03-291-1/+1
* Remove remaining usages of OperationInst in lib/Transforms.River Riddle2019-03-291-1/+1
* Replace the walkOps/visitOperationInst variants from the InstWalkers with the...River Riddle2019-03-291-1/+1
* Fold the functionality of OperationInst into Instruction. OperationInst still...River Riddle2019-03-291-1/+1
* Define the AffineForOp and replace ForInst with it. This patch is largely mec...River Riddle2019-03-291-0/+1
* Recommit: Define a AffineOps dialect as well as an AffineIfOp operation. Repl...River Riddle2019-03-291-25/+12
* Automated rollback of changelist 231318632.Nicolas Vasilache2019-03-291-12/+25
* Define a AffineOps dialect as well as an AffineIfOp operation. Replace all in...River Riddle2019-03-291-25/+12
* Convert expr - c * (expr floordiv c) to expr mod c in AffineExprUday Bondhugula2019-03-291-0/+97
OpenPOWER on IntegriCloud