aboutsummaryrefslogtreecommitdiff
path: root/mlir/test
AgeCommit message (Expand)AuthorFilesLines
2026-01-05[mlir][Python] use maybeDowncast for PyType/PyAttribute returns after #174156...Maksim Levental1-0/+5
2026-01-05[mlir][Python] fix NV examples after #172892 (#174481)Maksim Levental2-15/+15
2026-01-05[mlir][Python] use canonical Python `isinstance` instead of `Type.isinstance`...Maksim Levental9-95/+95
2026-01-05[mlir][Python] port in-tree dialect extensions to use MLIRPythonSupport (#174...Maksim Levental1-104/+107
2026-01-05[mlir][vector] Fix masked load/store emulation for rank-0 memrefs (#173325)Prathamesh Tagore1-0/+22
2026-01-05[mlir][Python] move IRTypes and IRAttributes to MLIRPythonSupport (#174118)Maksim Levental2-71/+62
2026-01-05[mlir][Python] create MLIRPythonSupport (#171775)Maksim Levental3-36/+72
2026-01-05[ROCDL] Fix cluster.load.async.to.lds mask parameter to be SSA value (#174411)Alexander Weinrauch2-14/+14
2026-01-05[mlir][spirv] (De)serialize Index decoration (#174396)Igor Wodiany1-0/+7
2026-01-05Enable printing newlines and indents in attribute and type printers (#87948)Jacenty Andruszkiewicz6-2/+85
2026-01-05 [mlir][tosa] Add dim operation (#169368)Luke Hutton4-0/+47
2026-01-05[MLIR] Enable scalable vectorization for linalg.batch_matmul (#172333)Momchil Velikov1-0/+84
2026-01-05[mlir][tosa] Fix negate lowering to skip no-op casts (#173299)Vitalii Shutov1-0/+10
2026-01-05[OpenMP][OMPIRBuilder] Hoist static parallel region allocas to the entry bloc...Kareem Ergawy3-5/+8
2026-01-05[OpenMP][MLIR] Hoist static `alloca`s emitted by private `init` regions to th...Kareem Ergawy1-0/+91
2026-01-04Revert "[AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (#171069)"...Shilei Tian1-11/+7
2026-01-03[MLIR][Python] Register Containers as Sequences for `match` compatibility (#1...MaPePeR2-4/+78
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin1-1/+1
2026-01-02[acc] add RegionBranchTerminatorOpInterface to acc.terminator (#174165)Susan Tan (ス-ザン タン)1-39/+4
2026-01-02[mlir][python] fix symbol resolution on MacOS with multiple packages (#174057)Maksim Levental2-2/+14
2026-01-02[mlir] Move affine's FoldMemRefAliasOps into its own pass (#172548)Krzysztof Drewniak2-193/+193
2026-01-02[MLIR][OpenMP] Fix type mismatch in linear clause for INTEGER(8) variables (#...Krish Gupta1-0/+64
2026-01-02[mlir][dataflow] Add new visitNonControlFlowArgumentst API to SparseBackwardD...lonely eagle3-0/+63
2026-01-02[mlir][c] Enable creating and setting greedy rewrite confing. (#162429)Jacques Pienaar2-0/+145
2026-01-02[mlir][gpu] Fold `subgroup_broadcast(subgroup_broadcast(%val))` chains (#174159)Ivan Butygin1-0/+23
2026-01-01[mlir][linalg] Reject unsigned pooling on non-integer element types (#166070)Akimasa Watanuki6-28/+253
2025-12-31[mlir][spirv] Mark `spirv.ReturnValue` as `ReturnLike` (#174114)Jakub Kuderski1-0/+17
2025-12-31[mlir][spirv] Allow unrealized casts in scf-to-spirv (#174111)Jakub Kuderski1-0/+21
2025-12-31[mlir][Pass] Fix textual pipeline specification when generating a crashless r...neildhar1-1/+1
2025-12-31[mlir] Fold memref.cast static-to-dynamic to memref.expand_shape (#170037)kdmitry11-0/+138
2025-12-31[mlir][int-range] `IntRangeNarrowingPass` was missing `SparseConstantPropagat...Ivan Butygin1-0/+30
2025-12-31[mlir][tensor] Preserve encoding in `CollapseShapeOp::build` (#173720)Longsheng Mou1-7/+7
2025-12-31[mlir][vector] Fix typo in `vector.contract` mnemonic (NFC) (#173661)Longsheng Mou1-1/+1
2025-12-30[mlir][amdgpu] Fix DMA lowerings. (#174008)Erick Ochoa Lopez1-40/+9
2025-12-31[MLIR][Bufferization]: Handle invalid memref element types (#173692)Stefan Weigl-Bosker1-0/+9
2025-12-30Reapply "[mlir][SCF] Fold unused `index_switch` results (#173560)"Emilio Cota1-0/+31
2025-12-30Revert "[mlir][scf] Fold away scf.for iter args cycles (#173436)" (#173991)Walter Lee1-91/+24
2025-12-30[mlir][IR][NFC] Add `Block::computeBlockNumber` convenience helper (#173475)Matthias Springer1-2/+1
2025-12-30[MLIR] Fix mlir-opt crash in ReshapeOpsUtils.cpp when collapse_shape index is...Arjun Parmar1-0/+9
2025-12-30[mlir][ods] Fix ODS bug for usePropertiesForAttributes = 0 (#173006)Philip Lassen1-0/+46
2025-12-30Reland "[mlir][tensor] Add ValueBoundsOpInterface for ExpandShapeOp and Colla...Zhewen Yu1-0/+32
2025-12-30[MLIR][Python] Refine the support of `RewritePatternSet.add` (#173874)Twice1-1/+1
2025-12-29[mlir][vector] Skip vector mask elimination for funcs without body (#173330)Prathamesh Tagore1-0/+6
2025-12-28[mlir][SCF] Fold unused `index_switch` results (#173560)Matthias Springer1-0/+31
2025-12-28[mlir][llvm] Use the roundtrip flag in test (#173782)Tobias Gysi1-2/+1
2025-12-27[AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (#171069)Muhammad Abdul1-7/+11
2025-12-26[mlir] Fix typo s/opreations/operations (#163544)peledins-zimperium1-1/+1
2025-12-26[MLIR][Python] Add support of the walk pattern rewrite driver (#173562)Twice1-0/+16
2025-12-26[mlir] Emit an error when dense i1 array values are not `true` or `false` (#1...Longsheng Mou1-0/+10
2025-12-25[mlir][acc] Add ACCIfClauseLowering pass (#173573)Razvan Lupusoru1-0/+224