aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib
AgeCommit message (Expand)AuthorFilesLines
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 Butygin1-4/+3
2024-03-26Fixes in 'tosa.reshape' lowering and folder (#85798)Rafael Ubal3-145/+169
2024-03-26[MLIR][LLVM] Add `llvm.experimental.constrained.fptrunc` operation (#86260)Victor Perez2-0/+31
2024-03-26[mlir][complex] Canonicalize complex.div by one (#85513)Kai Sasaki1-0/+26
2024-03-25[mlir][spirv] Add folding for [S|U|GreaterThan[Equal] (#85434)Finn Plummer1-0/+84
2024-03-25[mlir][Vector] Fix an assertion on failing cast in vector-transfer-flatten-pa...Balaji V. Iyer1-2/+2
2024-03-25Fix the condition for peeling the first iteration (#86350)Vivian1-1/+1
2024-03-25[mlir][tensor] fix out-of-bound index in tensor.dim (#85901)Jianbang Yang1-0/+3
2024-03-25[MLIR][LLVM] Make subprogram flags optional (#86433)Tobias Gysi1-4/+4
2024-03-25[mlir][bufferization] Add `BufferOriginAnalysis` (#86461)Matthias Springer2-48/+192
2024-03-25[mlir][complex] Fastmath flag for the trigonometric ops in complex (#85563)Kai Sasaki1-21/+29
2024-03-24[mlir][spirv] Add folding for [S|U|LessThan[Equal] (#85435)Finn Plummer1-0/+82
2024-03-24[mlir][bufferization] Add `BufferViewFlowOpInterface` (#78718)Matthias Springer7-14/+172
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)srcarroll1-6/+8
2024-03-22[mlir][arith] fix wrong floordivsi fold (#83248)long.chen2-64/+30
2024-03-22[MLIR][LLVM][SROA] Fix pointer escape through stores bug (#86291)Christian Ulmann1-0/+4
2024-03-22[mlir][emitc] Arith to EmitC: Handle addi, subi and muli (#86120)Matthias Gehre1-0/+52
2024-03-22[MLIR][OpenMP] Refactor bounds offsetting and fix to apply to all directives ...agozillon1-150/+224
2024-03-22[mlir][linalg] Emit a warning when tile_using_forall generates non thread-saf...Pablo Antonio Martinez1-2/+36
2024-03-22[mlir][vector] Propagate scalability in TransferWriteNonPermutationLowering (...Crefeda Rodrigues1-2/+6
2024-03-22[mlir][vector] Add support for masks in castAwayContractionLeadingOneDim (#81...Andrzej Warzyński1-19/+31
2024-03-22[MLIR][LLVM][SROA] Support incorrectly typed memory accesses (#85813)Christian Ulmann3-119/+97
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 Plummer2-28/+33
2024-03-21[mlir][Vector] Add utility for computing scalable value bounds (#83876)Benjamin Maxwell4-26/+216
2024-03-21[mlir][emitc] Fix form-expressions inside expression (#86081)Kirill Chibisov1-1/+2
2024-03-21[MLIR] Add initial convert-memref-to-emitc pass (#85389)Matthias Gehre4-0/+188
2024-03-21[mlir][tosa] Fix assertion failure in tosa-layerwise-constant-fold (#85670)Spenser Bauman1-34/+39
2024-03-21Lower shuffle to single-result form if possible. (#84321)Johannes Reifferscheid1-7/+16
2024-03-21[MLIR] Add index bitwidth to the DataLayout (#85927)Tobias Gysi3-11/+55
2024-03-21[mlir][transform] Fix failure in flattening already flattened linalg ops (#86...srcarroll1-5/+10
2024-03-21[mlir][bufferization] Add "bottom-up from terminators" analysis heuristic (#8...Matthias Springer2-26/+95
2024-03-20[MLIR][XeGPU] Fix shared build. NFCMichael Liao1-0/+2
2024-03-21[mlir] Fix -Wunused-variable in XeGPUOps.cpp (NFC)Jie Fu1-1/+1
2024-03-20[MLIR][XeGPU] Adding XeGPU 2d block operators (#85804)Chao Chen2-6/+254
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko24-47/+46
2024-03-20[mlir][vector] Adds pattern rewrite for maskable Ops (#83827)Andrzej Warzyński1-94/+85
2024-03-20[MLIR][LLVM] Add extraData field to the DIDerivedType attribute (#85935)Christian Ulmann3-12/+13
2024-03-20[MLIR] Add missing MLIRDialectUtils dep to TilingInterface (#84544)Thomas Preud'homme1-1/+14
2024-03-20[mlir][emitc] Restrict integer and float types (#85788)Tina Jung1-0/+29
2024-03-20[MLIR][SROA][Mem2Reg] Add data layout to interface methods (#85644)Christian Ulmann4-85/+140
2024-03-20[MLIR] Remove UtilsDialect dep on ArithUtils (#85919)Thomas Preud'homme2-9/+7
2024-03-20[MLIR][OpenMP] NFC: Uniformize OpenMP ops names (#85393)Sergio Afonso4-111/+114
2024-03-20[MLIR] Add missing MLIRGPUDialect dep to MLIRSPIRVDialect (#84554)Thomas Preud'homme1-0/+1
2024-03-20[MLIR] Remove unneeded FuncOps.h include in AffineAnalysis (#85912)Thomas Preud'homme1-1/+0
2024-03-20[mlir][LLVM] erase call mappings in forgetMapping() (#84955)Tom Eccles1-0/+2
2024-03-20[MLIR] Add missing MLIRLinalgTransforms to LinalgToStandard conv (#84545)Thomas Preud'homme1-0/+1