aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Dialect
AgeCommit message (Expand)AuthorFilesLines
2023-12-08[mlir][memref] extract_strided_metadata for zero-sized memref (#74835)Guray Ozen1-0/+20
2023-12-07[mlir][sparse] optimize memory load to SSA value when generating spar… (#74...Peiming Liu1-204/+186
2023-12-07Reland "[MLIR][Transform] Add attribute in MatchOp to filter by operand type ...Pablo Antonio Martinez1-0/+38
2023-12-07[mlir][LLVM] Add nsw and nuw flags (#74508)Tom Eccles1-0/+10
2023-12-07Revert "[MLIR][Transform] Add attribute in MatchOp to filter by operand type ...Mikhail Goncharov1-40/+0
2023-12-07[MLIR][Transform] Add attribute in MatchOp to filter by operand type (#67994)Pablo Antonio Martinez1-0/+40
2023-12-07[mlir][complex] Allow integer element types in `complex.constant` ops (#74564)Matthias Springer1-0/+3
2023-12-07[mlir][tensor] `tensor.generate`: do not verify dynamic sizes (#74568)Matthias Springer3-28/+17
2023-12-07[mlir][SCF] Retire SCF-specific `to_memref`/`to_tensor` canonicalization patt...Matthias Springer1-50/+0
2023-12-06[mlir][spirv] Add folding for SPIR-V Shifting ops (#74192)Finn Plummer1-0/+178
2023-12-06[mlir][openacc] Switch * to `star` which is more MLIR friendly (#74662)Valentin Clement (バレンタイン クレメン)1-2/+2
2023-12-06[mlir][linalg][conv] Flatten the channel dimension when vectorizing (#71918)Andrzej Warzyński1-0/+309
2023-12-06[mlir] Fix TileUsingForOp attr-dict printing/parsing (#73261)Felix Schneider2-3/+13
2023-12-06[mlir][ArmSME] More precisely model dataflow in ArmSME to SCF lowerings (#73922)Benjamin Maxwell2-9/+12
2023-12-06[mlir][flang] add fast math attribute to fcmp (#74315)Tom Eccles1-0/+2
2023-12-06Revert "[mlir][Vector] Add fold transpose(shape_cast) -> shape_cast (#73951)"...Adam Paszke1-12/+0
2023-12-06[mlir][transform] TrackingListener: Improve dead handles detection (#74290)Matthias Springer1-1/+29
2023-12-06[mlir] Fix a zero stride canonicalizer crash (#74200)Rik Huijzer1-0/+12
2023-12-06[mlir][shape] Turn `ShapeOfOp` folding into canonicalization pattern (#74438)Matthias Springer1-0/+12
2023-12-05[MLIR][LLVM] Fix CallOp asm parser for attr-dict (#74372)Billy Zhu1-0/+4
2023-12-05[tosa] Fix crash in shape inference for `tosa.transpose` (#74367)Felix Schneider1-0/+11
2023-12-05[mlir][nfc] Add missing comment in a testAndrzej Warzynski1-0/+3
2023-12-05[MLIR] Add support for frame pointers in MLIR (#72145)Radu Salavat1-0/+6
2023-12-05[mlir][Vector] Update patterns for flattening vector.xfer Ops (2/N) (#73523)Andrzej Warzyński1-0/+55
2023-12-05[mlir][Complex] Fix bug in `MergeComplexBitcast` (#74271)Matthias Springer1-1/+1
2023-12-04[mlir] Add support for DIGlobalVariable and DIGlobalVariableExpression (#73367)Justin Wilson2-2/+28
2023-12-04[mlir][Vector] Update patterns for flattening vector.xfer Ops (1/N) (#73522)Andrzej Warzyński1-14/+82
2023-12-04[mlir][ArmSME] Move vector.print -> ArmSME lowering to VectorToArmSME (#74063)Benjamin Maxwell1-0/+22
2023-12-01[MLIR][SCF] Handle more cases in pipelining transform (#74007)Thomas Raoux1-1/+53
2023-12-01[mlir][Linalg] Fix foldFillPackIntoFillOp to work for general cases (#74148)Vivian1-0/+19
2023-12-01[mlir][tensor] Fix ReifyResultShapes implementation for tensor.concat (#74157)Quinn Dawkins1-22/+26
2023-12-01[mlir][linalg] Fix weight dimension ordering in 2D grouped conv (#73855)Felix Schneider1-0/+32
2023-12-01[mlir][tensor] Add a tensor.concat operation (#72779)Quinn Dawkins4-0/+134
2023-12-01[mlir][tensor] Fold padding_value away for pack ops when possible. (#74005)Han-Chung Wang1-0/+65
2023-12-01[mlir][tosa] Improve tosa-infer-shapes for ops consumed by non-TOSA operators...Spenser Bauman1-0/+12
2023-12-01[mlir][vector] Fix unit dim dropping pattern for masked writes (#74038)Quinn Dawkins1-0/+44
2023-12-01[mlir][Vector] Add fold transpose(shape_cast) -> shape_cast (#73951)Benjamin Maxwell1-0/+12
2023-12-01[mlir][ArmSME] Add option to only enable streaming mode/ZA if required (#73931)Benjamin Maxwell1-0/+16
2023-12-01[MLIR][Vector] Refactor tests for contract -> OP transforms (4/N) (#73807)Andrzej Warzyński1-0/+46
2023-11-30[mlir][sparse] refactoring: using util functions to query the index to load f...Peiming Liu1-203/+210
2023-11-30[mlir][vector] Add support for vector.maskedstore sub-type emulation. (#73871)Han-Chung Wang1-0/+72
2023-11-30[mlir][Vector] Add a rewrite pattern for gather over a strided memref (#72991)Andrzej Warzyński1-0/+55
2023-11-30[mlir][ArmSME] Switch to an attribute-based tile allocation scheme (#73253)Benjamin Maxwell12-890/+663
2023-11-30[mlir] Fix two `CHECK:` typos (#73803)Rik Huijzer2-2/+2
2023-11-29[mlir][spirv] Add canon patterns for IAddCarry/[S|U]MulExtended (#73340)Finn Plummer1-0/+182
2023-11-29[mlir][spirv] Add folding for [S|U]Mod, [S|U]Div, SRem (#73341)Finn Plummer1-0/+297
2023-11-29 [MLIR][Vector] Refactor tests for contract -> OP transforms (3/N) (#73447)Andrzej Warzyński1-192/+279
2023-11-28[mlir] Add subbyte emulation support for `memref.store`. (#73174)Max1911-0/+165
2023-11-28[MLIR][Vector] Refactor tests for contract -> OP transforms (2/N) (#73445)Andrzej Warzyński1-32/+22
2023-11-28[mlir][linalg] Add TransposeConv2D Transform Op (#68567)Jack Frankland1-0/+177