aboutsummaryrefslogtreecommitdiff
path: root/mlir/test
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[Flang]Fix for changed code at the end of AllocaIP. (#92430)Mats Petersson2-5/+7
2024-06-18[mlir][emitc] arith.negf to EmitC conversion (#95372)Tina Jung2-0/+35
2024-06-18[mlir][vector] Fix crash when folding 0D extract from splat/broadcast (#95918)Matthias Springer1-0/+38
2024-06-18[MLIR][Vector] Implement XferOp To {Load|Store}Lowering as MaskableOpRewriteP...Hugo Trachino1-0/+17
2024-06-18[mlir][vector] Fix crash in `vector.extract` folder (#95912)Matthias Springer1-0/+11
2024-06-18[mlir][linalg] Add pattern to bubble-up pack through expand shape op (#93529)Adam Siemieniuk1-0/+260
2024-06-17[mlir][GPU] Improve handling of GPU bounds (#95166)Krzysztof Drewniak5-26/+153
2024-06-17[mlir][sparse] support sparsifying sparse kernels to sparse-iterator-based lo...Peiming Liu29-424/+546
2024-06-17[mlir][drr] Fix variadic destination emission (#95855)Jacques Pienaar1-0/+15
2024-06-17Reapply "[mlir][sparse] implement lowering rules for IterateOp." (#95836)Peiming Liu1-13/+41
2024-06-17Revert "[mlir][sparse] implement lowering rules for IterateOp." (#95826)Peiming Liu1-41/+13
2024-06-17[mlir][spirv] Remove debug option from the `RUN` command in `vector-deinterle...Angel Zhang1-1/+1
2024-06-17[mlir][Transforms][NFC] Dialect Conversion: Resolve insertion point TODO (#95...Matthias Springer17-109/+121
2024-06-17[mlir][sparse] implement lowering rules for IterateOp. (#95286)Peiming Liu1-13/+41
2024-06-17[mlir][spirv] Reland integration test for `vector.deinterleave` (#95800)Angel Zhang1-0/+81
2024-06-17[mlir][emitc] Add EmitC index types (#93155)Corentin Ferry5-7/+40
2024-06-17[mlir][ArmSVE] Lower predicate-sized vector.create_masks to whilelt (#95531)Benjamin Maxwell2-1/+44
2024-06-15[MLIR][Arith][Resubmit] add fastMathAttr on arith::extf and arith::truncf (#9...Ivy Zhang2-15/+152
2024-06-14[mlir][tosa] Only match rfft2d of floats in linalg conversion (#93432)Kavan Bickerstaff1-0/+9
2024-06-14Revert "[mlir][spirv] Add integration test for `vector.deinterleave`" (#95607)Angel Zhang1-72/+0
2024-06-14[mlir] Do not merge blocks during canonicalization by default (#95057)Mehdi Amini6-7/+27
2024-06-14[mlir][sparse] add canonicalization patterns for IterateOp. (#95569)Peiming Liu1-0/+18
2024-06-14[mlir][test] Fix filecheck annotation typos [2/n] (#93476)klensy24-81/+89
2024-06-14[mlir][Transform] Extend transform.foreach to take multiple arguments (#93705)Rolf Morel5-12/+238
2024-06-14[mlir][spirv] Add integration test for `vector.deinterleave` (#95469)Angel Zhang1-0/+72
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer1-3/+3
2024-06-14[MLIR][GPU] Add gpu.cluster_dim_blocks and gpu.cluster_block_id Ops (#95245)Pradeep Kumar1-3/+3
2024-06-14[mlir][scf]: Expose emitNormalizedLoopBounds/denormalizeInductionVariable uti...Aviad Cohen2-13/+17
2024-06-13[mlir][mesh] Fix wrong argument passed to targetShardingInUnsplitLastAxis (#9...Arda Unal2-0/+48
2024-06-13[mlir][spirv] Implement SPIR-V lowering for `vector.deinterleave` (#95313)Angel Zhang1-0/+26
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad2-2/+2
2024-06-13[MLIR][VectorToLLVM] Handle scalable dim in createVectorLengthValue() (#93361)Zhaoshi Zheng1-0/+110
2024-06-13[MLIR][DebugInfo] Set debug info format in MLIR->IR translation (#95329)Stephen Tozer2-11/+32
2024-06-13[mlir][bufferization] Unranked memref support for clone (#94757)ryankima1-2/+15
2024-06-13[mlir][memref] Unranked support for extract_aligned_pointer_as_index (#93908)Spenser Bauman2-0/+28
2024-06-13[Tosa] Disable tosa folder for non-int/float/index types (#71757)Tai Ly1-9/+239
2024-06-13Revert "[MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf" (#95...Ivy Zhang3-169/+32
2024-06-13[MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf (#93443)Ivy Zhang3-32/+169
2024-06-12[mlir][sparse] implement lowering rules for ExtractIterSpaceOp. (#89143)Peiming Liu2-17/+39
2024-06-12[mlir][vector] Restrict DropInnerMostUnitDimsTransferRead (#94904)Andrzej Warzyński1-7/+17
2024-06-12[mlir][ROCDL] Swap range metadata to range attribute (#94853)Andreas Jonson1-2/+1
2024-06-12[mlir][memref] Add memref alias folders for expand/collapse_shape for vector ...Kunwar Grover1-12/+160
2024-06-12[MLIR][OpenMP] Support clause-based representation of operations (#92519)Sergio Afonso1-0/+423
2024-06-12[MLIR][Vector] Implement TransferOpReduceRank as MaskableOpRewritePattern (#9...Hugo Trachino1-0/+46
2024-06-12[mlir][vector] Update tests for collapse 2/n (nfc) (#94604)Andrzej Warzyński1-32/+104
2024-06-12[MLIR][LLVM] Promote noinline/alwaysinline/optnone out of passthrough (#95110)Johannes de Fine Licht6-17/+74
2024-06-11[mlir][sparse] expose optimization flags to mini pipeline (#95158)Aart Bik1-0/+43
2024-06-11[mlir][sparse] implement sparse space collapse pass. (#89003)Peiming Liu1-0/+37
2024-06-11[mlir] Add PDL C & Python usage (#94714)Jacques Pienaar1-0/+67
2024-06-11[mlir] Add bufferization option for parallel region check (#94645)Max1911-7/+14