aboutsummaryrefslogtreecommitdiff
path: root/mlir/test
AgeCommit message (Expand)AuthorFilesLines
2024-03-26[mlir][spirv] Remove `enableFastMathMode` flag from SPIR-V conversion (#86578)Ivan Butygin1-7/+7
2024-03-26[mlir][vector] Refactor linearize.mlir (#86648)Andrzej Warzyński1-67/+61
2024-03-26Fixes in 'tosa.reshape' lowering and folder (#85798)Rafael Ubal2-50/+326
2024-03-26[MLIR][LLVM] Add `llvm.experimental.constrained.fptrunc` operation (#86260)Victor Perez3-0/+65
2024-03-26[mlir][complex] Canonicalize complex.div by one (#85513)Kai Sasaki1-0/+56
2024-03-25[mlir][spirv] Add folding for [S|U|GreaterThan[Equal] (#85434)Finn Plummer1-0/+176
2024-03-25[mlir][Vector] Fix an assertion on failing cast in vector-transfer-flatten-pa...Balaji V. Iyer1-0/+13
2024-03-25Fix the condition for peeling the first iteration (#86350)Vivian1-4/+43
2024-03-25[mlir][SVE] Add e2e for 1D depthwise WC convolutionAndrzej Warzynski1-0/+60
2024-03-25[mlir][SVE] Fix memory leaks in integration tests (#86488)Andrzej Warzyński2-2/+2
2024-03-25[mlir][tensor] fix out-of-bound index in tensor.dim (#85901)Jianbang Yang1-0/+23
2024-03-25[MLIR][LLVM] Make subprogram flags optional (#86433)Tobias Gysi3-8/+7
2024-03-25[mlir][bufferization] Add `BufferOriginAnalysis` (#86461)Matthias Springer2-8/+92
2024-03-25[mlir][complex] Fastmath flag for the trigonometric ops in complex (#85563)Kai Sasaki1-0/+46
2024-03-24[mlir][spirv] Add folding for [S|U|LessThan[Equal] (#85435)Finn Plummer1-0/+176
2024-03-23Revert "[mlir][SVE] Add e2e for 1D depthwise WC convolution (#85225)"Muhammad Omair Javaid1-60/+0
2024-03-22[mlir][transform] Emit error message with `emitSilenceableFailure` (#86146)srcarroll1-0/+33
2024-03-22[mlir][SVE] Add e2e for 1D depthwise WC convolution (#85225)Andrzej Warzyński1-0/+60
2024-03-22[mlir][arith] fix wrong floordivsi fold (#83248)long.chen3-51/+72
2024-03-22[MLIR][LLVM][SROA] Fix pointer escape through stores bug (#86291)Christian Ulmann1-0/+13
2024-03-22[mlir][emitc] Arith to EmitC: Handle addi, subi and muli (#86120)Matthias Gehre2-0/+66
2024-03-22[MLIR][OpenMP] Refactor bounds offsetting and fix to apply to all directives ...agozillon2-16/+20
2024-03-22[mlir] Extend split marker tests of `mlir-opt` and `mlir-pdll`. (#85620)Ingo Müller2-12/+32
2024-03-22[mlir][linalg] Emit a warning when tile_using_forall generates non thread-saf...Pablo Antonio Martinez1-0/+141
2024-03-22[mlir][vector] Propagate scalability in TransferWriteNonPermutationLowering (...Crefeda Rodrigues1-0/+18
2024-03-22[mlir][vector] Add support for masks in castAwayContractionLeadingOneDim (#81...Andrzej Warzyński1-30/+74
2024-03-22[MLIR][LLVM][SROA] Support incorrectly typed memory accesses (#85813)Christian Ulmann2-128/+102
2024-03-21[mlir][spirv] Improve folding of MemRef to SPIRV Lowering (#85433)Finn Plummer6-182/+60
2024-03-21[mlir][Vector] Add utility for computing scalable value bounds (#83876)Benjamin Maxwell2-1/+198
2024-03-21[mlir][emitc] Fix form-expressions inside expression (#86081)Kirill Chibisov1-0/+17
2024-03-21[MLIR] Add initial convert-memref-to-emitc pass (#85389)Matthias Gehre2-0/+68
2024-03-21[mlir][tosa] Fix assertion failure in tosa-layerwise-constant-fold (#85670)Spenser Bauman1-0/+17
2024-03-21Lower shuffle to single-result form if possible. (#84321)Johannes Reifferscheid1-3/+33
2024-03-21[MLIR] Add index bitwidth to the DataLayout (#85927)Tobias Gysi8-25/+86
2024-03-21[mlir][transform] Fix failure in flattening already flattened linalg ops (#86...srcarroll1-0/+21
2024-03-21[mlir][bufferization] Add "bottom-up from terminators" analysis heuristic (#8...Matthias Springer12-33/+74
2024-03-21[mlir][sparse] Fix typos in comments (#86074)Matthias Springer2-4/+2
2024-03-20[MLIR][XeGPU] Adding XeGPU 2d block operators (#85804)Chao Chen1-0/+62
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko22-39/+69
2024-03-20[mlir][python] Enable python bindings for Index dialect (#85827)Steven Varoumas1-0/+235
2024-03-20[MLIR][LLVM] Add extraData field to the DIDerivedType attribute (#85935)Christian Ulmann4-7/+9
2024-03-20[mlir][emitc] Restrict integer and float types (#85788)Tina Jung2-4/+20
2024-03-20[MLIR][OpenMP] NFC: Uniformize OpenMP ops names (#85393)Sergio Afonso21-210/+210
2024-03-20[mlir][LLVM] erase call mappings in forgetMapping() (#84955)Tom Eccles1-0/+37
2024-03-19[MLIR][LLVM] DI Recursive Type fix for recursion via scope of composites (#85...Billy Zhu1-0/+20
2024-03-19[mlir][spirv] Add folding for SelectOp (#85430)Finn Plummer2-5/+51
2024-03-19[mlir][ArmNeon] Implements unrolling patterns for LowerContractionToSMMLAPatt...Kojo Acquah1-0/+94
2024-03-19[MLIR][LLVM][SROA] Avoid splitting dynamically indexed allocas (#85758)Christian Ulmann1-0/+18
2024-03-19[MLIR][NVVM] Add barrier.arrive (#85412)Guray Ozen2-0/+22
2024-03-19[mlir][complex] Make CPU runner test platform agnostic (#85607)Kai Sasaki1-5/+3