summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Shape/Transforms/ShapeToShapeLowering.cpp
AgeCommit message (Expand)Author
2025-07-24[mlir][NFC] update `mlir/Dialect` create APIs (20/n) (#149927)Maksim Levental
2025-07-14[mlir] Remove unused includes (NFC) (#148769)Kazu Hirata
2025-02-27[MLIR][NFC] Retire `let constructor` for Shape and MLProgram (#128869)lorenzo chelini
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-03-01[mlir] Trim a huge number of unnecessary dependencies on the Func dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
2021-10-24[mlir] Switch arith, llvm, std & shape dialects to accessors prefixed both form.Jacques Pienaar
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-03-22[PatternMatch] Big mechanical rename OwningRewritePatternList -> RewritePatte...Chris Lattner
2021-03-21Change OwningRewritePatternList to carry an MLIRContext with it.Chris Lattner
2020-12-09[mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation. ...Christian Sigg
2020-10-26[mlir][Pattern] Add a new FrozenRewritePatternList classRiver Riddle
2020-09-07[MLIR][Standard] Add `dynamic_tensor_from_elements` operationFrederik Gossen
2020-07-28[MLIR][Shape] Support transforming shape.num_elements on tensorsStephan Herhut
2020-07-24[MLIR][Shape] Allow `shape.mul` to operate in indicesFrederik Gossen
2020-06-16[mlir][shape] Add a func to populate ShapeToShape patterns.Alexander Belyaev
2020-06-08Revert "Revert "[MLIR] Lower shape.num_elements -> shape.reduce.""Alexander Belyaev
2020-06-07Revert "[MLIR] Lower shape.num_elements -> shape.reduce."Mehdi Amini
2020-06-07[MLIR] Lower shape.num_elements -> shape.reduce.Alexander Belyaev