aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-03-27[MLIR] Add patterns to bubble-up pack and push-down unpack through collapse/e...Jerry Wu2-1/+462
2024-03-28[mlir] Make the print function in CRunnerUtil platform agnostic (#86767)Kai Sasaki2-3/+31
2024-03-27[NFC][mlir] Reorder `declarePromisedInterface()` operands (#86628)Justin Fargnoli18-34/+34
2024-03-27[CodeGen][LLVM] Make the `va_list` related intrinsics generic. (#85460)Alex Voicu4-20/+20
2024-03-27[mlir] fix crash in transform.print verification (#86679)Oleksandr "Alex" Zinenko2-1/+16
2024-03-27[mlir][Interfaces] `ValueBoundsConstraintSet`: Add `dump` helper function (#8...Matthias Springer2-0/+33
2024-03-26[mlir][sparse] avoid incompatible linalg fuse-into-consumer (#86752)Aart Bik2-0/+51
2024-03-26[TOSA] Allow all integer types in most ops (#86509)Matthias Gehre4-25/+71
2024-03-26[mlir][doc] NFC fix incorrect filename in td match interfaceAlex Zinenko1-1/+1
2024-03-26[ArithToSPIRV] Fix a warning (#86702)Kazu Hirata1-1/+0
2024-03-26[TosaToTensor] Fix a warning (#86703)Kazu Hirata1-1/+1
2024-03-26[mlir][spirv] Remove `enableFastMathMode` flag from SPIR-V conversion (#86578)Ivan Butygin4-20/+10
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 Ubal5-195/+495
2024-03-26[MLIR][LLVM] Add `llvm.experimental.constrained.fptrunc` operation (#86260)Victor Perez12-0/+328
2024-03-26[mlir][bazel] Export more headers by a single target only. (#86637)Christian Sigg1-1/+0
2024-03-26[mlir][complex] Canonicalize complex.div by one (#85513)Kai Sasaki3-0/+84
2024-03-25[mlir][spirv] Add folding for [S|U|GreaterThan[Equal] (#85434)Finn Plummer3-0/+268
2024-03-25Add missing declarations of explicit template instantiations. (#86591)Thomas Köppe1-0/+3
2024-03-25[documentation] [mlir] DataLayout.md: fix broken link to DLTI dialect (#86524)Iman Hosseini1-1/+1
2024-03-25[ODS][NFC] Cast range.size() to int32_t in accumulation (#85629)Andrei Golubev1-1/+1
2024-03-25[mlir][Vector] Fix an assertion on failing cast in vector-transfer-flatten-pa...Balaji V. Iyer2-2/+15
2024-03-25Fix the condition for peeling the first iteration (#86350)Vivian2-5/+44
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 Yang2-0/+26
2024-03-25[MLIR][LLVM] Make subprogram flags optional (#86433)Tobias Gysi5-13/+12
2024-03-25[mlir][bufferization] Add `BufferOriginAnalysis` (#86461)Matthias Springer6-56/+321
2024-03-25[mlir][complex] Fastmath flag for the trigonometric ops in complex (#85563)Kai Sasaki2-21/+75
2024-03-24[mlir][spirv] Add folding for [S|U|LessThan[Equal] (#85435)Finn Plummer3-0/+266
2024-03-24[mlir][bufferization] Add `BufferViewFlowOpInterface` (#78718)Matthias Springer14-14/+323
2024-03-23Revert "[mlir][SVE] Add e2e for 1D depthwise WC convolution (#85225)"Muhammad Omair Javaid1-60/+0
2024-03-23[mlir][inliner] Return early if the inliningThreshold is 0U or -1U. (#86287)Fabian Tschopp1-1/+8
2024-03-22[mlir][transform] Emit error message with `emitSilenceableFailure` (#86146)srcarroll2-6/+41
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.chen5-115/+102
2024-03-22[MLIR][LLVM][SROA] Fix pointer escape through stores bug (#86291)Christian Ulmann2-0/+17
2024-03-22[mlir][emitc] Arith to EmitC: Handle addi, subi and muli (#86120)Matthias Gehre3-0/+118
2024-03-22[MLIR][OpenMP] Refactor bounds offsetting and fix to apply to all directives ...agozillon3-166/+244
2024-03-22[mlir] Extend split marker tests of `mlir-opt` and `mlir-pdll`. (#85620)Ingo Müller2-12/+32
2024-03-22[mlir] Remove unused and untested `shouldSplitInputFile`. (#85622)Ingo Müller1-1/+0
2024-03-22[mlir][linalg] Emit a warning when tile_using_forall generates non thread-saf...Pablo Antonio Martinez3-3/+180
2024-03-22[mlir][vector] Propagate scalability in TransferWriteNonPermutationLowering (...Crefeda Rodrigues2-2/+24
2024-03-22[mlir][vector] Add support for masks in castAwayContractionLeadingOneDim (#81...Andrzej Warzyński4-56/+114
2024-03-22[MLIR][LLVM][SROA] Support incorrectly typed memory accesses (#85813)Christian Ulmann8-263/+204
2024-03-21[mlir][Affine] Fix unused variable warning (NFC)lorenzo chelini1-2/+1
2024-03-21[mlir][spirv] Improve folding of MemRef to SPIRV Lowering (#85433)Finn Plummer8-210/+93
2024-03-21[mlir][Vector] Add utility for computing scalable value bounds (#83876)Benjamin Maxwell10-28/+555
2024-03-21[mlir][emitc] Fix form-expressions inside expression (#86081)Kirill Chibisov2-1/+19
2024-03-21[MLIR] Add initial convert-memref-to-emitc pass (#85389)Matthias Gehre10-0/+307