summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/Shape
AgeCommit message (Expand)Author
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2025-04-14[MLIR][Shape] Support >2 args in `shape.broadcast` folder (#126808)Mateusz Sokół
2025-04-04[MLIR] Fix canonicalization pattern for 'shape.shape_of' (#134234)Alaa Ali
2025-04-02Fix: bail out when divisor is zero (#133518)AdityaK
2024-12-20[MLIR] fix shape.broadcast canonicalize with all empty shape operands (#118941)Chenhui Huang
2024-11-26[mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is use...Christopher Bate
2024-07-19[mlir] New canonicalization patterns for shape.shape_of and tensor.reshape (#...Rafael Ubal
2024-05-28[mlir] Remove dialect specific bufferization passes (Reland) (#93535)Kunwar Grover
2024-05-28Revert "[mlir] Remove dialect specific bufferization passes" (#93528)Kunwar Grover
2024-05-28[mlir] Remove dialect specific bufferization passes (#93488)Kunwar Grover
2024-05-03[mlir,test] Convert text files from CRLF to LFFangrui Song
2023-12-06[mlir][shape] Turn `ShapeOfOp` folding into canonicalization pattern (#74438)Matthias Springer
2023-09-07[mlir][ub] Add poison support to CommonFolders.hIvan Butygin
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-01-23[mlir] support !shape.value_shape when replace WithOp in OutlineShapeComputat...Xiang Li
2023-01-04[mlir] Add `test-convergence` option to Canonicalizer testsMatthias Springer
2022-11-17[mlir] Make kDynamicSize equal to kDynamicOffsetAndStride.Aliia Khasanova
2022-10-03[mlir][shape] fix test added in 9f77909.Christian Sigg
2022-10-02[mlir][shape] add outline-shape-computation passYuanqiang Liu
2022-08-22[mlir][shape] refine shape.func and shape.with_shapeJacques Pienaar
2022-08-18[mlir][shape] add value_of opJacques Pienaar
2022-08-12[mlir][shape] Add dim opJacques Pienaar
2022-08-10[mlir][shape] Update meet to handle all size & shape typesJacques Pienaar
2022-06-09[MLIR][Shape] Generalize `shape.concat` to extent tensorsYuanqiang Liu
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in LLVM/Math/M...River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-02-25[mlir] Support verification order (2/3)Chia-hung Duan
2022-02-08Remove restriction on static dimensions in Shape methodTres Popp
2022-02-06[mlir] Add canonicalizer to remove redundant shape.cstr_broadcastable opsEugene Zhulenev
2022-02-04[mlir] Add canonicalizer to merge shape.assuming_all opsEugene Zhulenev
2021-12-12[mlir] Flag near misses in file splittingJacques Pienaar
2021-11-25[mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect.Alexander Belyaev
2021-10-15[mlir] Add folder for shape.addJacques Pienaar
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-10-12[mlir][Shape] Add a pattern to turn extract from shape_of into tensor.dimBenjamin Kramer
2021-10-07[mlir] Don't allow dynamic extent tensor types for ConstShapeOp.Adrian Kuegel
2021-10-06[MLIR] Rename Shape dialect's `join` to `meet`.Alexandre Rames
2021-09-08[tests] Make testsuite more resilient to "order of constant" changes. NFC.Chris Lattner
2021-08-31Add a new interface allowing to set a default dialect to be used for printing...Mehdi Amini
2021-08-18Enables inferring return types for Shape op if possibleChia-hung Duan
2021-05-31[MLIR][Shape] Remove duplicate operands of `shape.assuming_all` opFrederik Gossen
2021-05-17Add type function for ConstShape op.Jacques Pienaar
2021-05-10[MLIR][Shape] Concretize broadcast result type if possibleFrederik Gossen
2021-04-28Revert "[MLIR][Shape] Concretize broadcast result type if possible"Frederik Gossen
2021-04-28[MLIR][Shape] Concretize broadcast result type if possibleFrederik Gossen
2021-04-28[MLIR][Shape] Canonicalize casted extent tensor operandsFrederik Gossen
2021-04-28[MLIR][Shape] Derive more concrete type for `shape.shape_of`Frederik Gossen
2021-04-27[MLIR][Shape] Remove empty extent tensor operandsFrederik Gossen