aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[Flang]Fix for changed code at the end of AllocaIP. (#92430)Mats Petersson1-12/+25
2024-06-18[mlir][TilingInterface] Update `PartialReductionOpInterface` to get it more i...MaheshRavishankar4-39/+65
2024-06-18[mlir][emitc] arith.negf to EmitC conversion (#95372)Tina Jung1-0/+29
2024-06-18[mlir][vector] Fix crash when folding 0D extract from splat/broadcast (#95918)Matthias Springer1-5/+0
2024-06-18[MLIR][Vector] Implement XferOp To {Load|Store}Lowering as MaskableOpRewriteP...Hugo Trachino1-25/+31
2024-06-18[mlir][vector] Fix crash in `vector.extract` folder (#95912)Matthias Springer1-1/+4
2024-06-18[mlir][linalg] Add pattern to bubble-up pack through expand shape op (#93529)Adam Siemieniuk1-0/+130
2024-06-17[mlir][GPU] Improve handling of GPU bounds (#95166)Krzysztof Drewniak8-114/+242
2024-06-17[mlir][sparse] support sparsifying sparse kernels to sparse-iterator-based lo...Peiming Liu6-43/+154
2024-06-17Revert "Reland [mlir][Target] Improve ROCDL gpu serialization API" (#95847)Fabian Mora3-182/+139
2024-06-17Reland [mlir][Target] Improve ROCDL gpu serialization API (#95813)Fabian Mora3-139/+182
2024-06-17Reapply "[mlir][sparse] implement lowering rules for IterateOp." (#95836)Peiming Liu3-4/+183
2024-06-18[MLIR] Fix an assert that contains a mistake in conditional operator (#95668)Shivam Gupta1-2/+2
2024-06-17Revert "[mlir][sparse] implement lowering rules for IterateOp." (#95826)Peiming Liu3-183/+4
2024-06-17[mlir][Transforms][NFC] Dialect Conversion: Resolve insertion point TODO (#95...Matthias Springer1-7/+1
2024-06-17[mlir][sparse] implement lowering rules for IterateOp. (#95286)Peiming Liu3-4/+183
2024-06-17Revert [mlir][Target] Improve ROCDL gpu serialization API (#95790)Fabian Mora3-162/+126
2024-06-17[mlir][Target] Improve ROCDL gpu serialization API (#95456)Fabian Mora3-126/+162
2024-06-17[mlir][emitc] Add EmitC index types (#93155)Corentin Ferry4-6/+86
2024-06-17mlir: fix incorrect usages of divideCeilSigned (#95680)Ramkumar Ramachandra2-4/+3
2024-06-17[mlir][ArmSVE] Lower predicate-sized vector.create_masks to whilelt (#95531)Benjamin Maxwell1-1/+39
2024-06-15[mlir][gpu] Add builder to `gpu.launch_func` (#95541)Fabian Mora1-5/+18
2024-06-15[mlir][scf]: Copy old attributes of old ForOp in replaceWithAdditionalYields ...Aviad Cohen1-0/+1
2024-06-15[MLIR][Arith][Resubmit] add fastMathAttr on arith::extf and arith::truncf (#9...Ivy Zhang3-6/+32
2024-06-14[mlir][tosa] Only match rfft2d of floats in linalg conversion (#93432)Kavan Bickerstaff1-1/+4
2024-06-14[mlir] Do not merge blocks during canonicalization by default (#95057)Mehdi Amini2-5/+12
2024-06-14[mlir][scf]: Removed LoopParams struct and used Range instead (NFC) (#95501)Aviad Cohen1-16/+15
2024-06-14[mlir][sparse] add canonicalization patterns for IterateOp. (#95569)Peiming Liu1-0/+34
2024-06-14[mlir][Transform] Extend transform.foreach to take multiple arguments (#93705)Rolf Morel1-35/+85
2024-06-14[MLIR][GPU] Add gpu.cluster_dim_blocks and gpu.cluster_block_id Ops (#95245)Pradeep Kumar2-0/+18
2024-06-14[mlir][scf]: Expose emitNormalizedLoopBounds/denormalizeInductionVariable uti...Aviad Cohen2-49/+57
2024-06-13[mlir][mesh] Fix wrong argument passed to targetShardingInUnsplitLastAxis (#9...Arda Unal1-1/+1
2024-06-13[mlir][spirv] Implement SPIR-V lowering for `vector.deinterleave` (#95313)Angel Zhang1-3/+63
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad4-6/+6
2024-06-13[MLIR][VectorToLLVM] Handle scalable dim in createVectorLengthValue() (#93361)Zhaoshi Zheng1-2/+13
2024-06-13[MLIR][DebugInfo] Set debug info format in MLIR->IR translation (#95329)Stephen Tozer2-0/+20
2024-06-13[mlir][bufferization] Unranked memref support for clone (#94757)ryankima1-30/+67
2024-06-13[mlir][memref] Unranked support for extract_aligned_pointer_as_index (#93908)Spenser Bauman1-3/+19
2024-06-13[Tosa] Disable tosa folder for non-int/float/index types (#71757)Tai Ly1-2/+16
2024-06-13Revert "[MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf" (#95...Ivy Zhang3-30/+6
2024-06-13[MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf (#93443)Ivy Zhang3-6/+30
2024-06-12[mlir][sparse] implement lowering rules for ExtractIterSpaceOp. (#89143)Peiming Liu5-33/+268
2024-06-12Reland "mlir/Presburger/MPInt: move into llvm/ADT" (#95254)Ramkumar Ramachandra12-640/+333
2024-06-12[mlir][vector] Restrict DropInnerMostUnitDimsTransferRead (#94904)Andrzej WarzyƄski1-0/+5
2024-06-12[mlir][ROCDL] Swap range metadata to range attribute (#94853)Andreas Jonson1-7/+4
2024-06-12[mlir][memref] Add memref alias folders for expand/collapse_shape for vector ...Kunwar Grover1-11/+79
2024-06-12Revert #95218 and #94953 (#95244)Maksim Levental12-333/+640
2024-06-12mlir/Presburger/MPInt: move into llvm/ADT (#94953)Ramkumar Ramachandra12-640/+333
2024-06-12[MLIR][Vector] Implement TransferOpReduceRank as MaskableOpRewritePattern (#9...Hugo Trachino1-10/+16
2024-06-12[MLIR][LLVM] Promote noinline/alwaysinline/optnone out of passthrough (#95110)Johannes de Fine Licht5-25/+61