summaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)Author
2024-11-14tmp commitusers/matthias-springer/tmp_tokenMatthias Springer
2024-11-14[mlir][Transforms] Dialect Conversion: Add `replaceOpWithMultiple` (#115816)Matthias Springer
2024-11-13[mlir][Tensor] Move concat operation decomposition as a method of the concat ...MaheshRavishankar
2024-11-13[MLIR][Python] Python binding support for AffineIfOp (#108323)Amy Wang
2024-11-13[mlir][affine] Add folders for delinearize_index and linearize_index (#115766)Krzysztof Drewniak
2024-11-13[MLIR][NFC] Fix SYCL spelling (#113060)Ronan Keryell
2024-11-13[mlir][spirv] Upgrade spirv group op syntax in testsJakub Kuderski
2024-11-13[mlir][vector][nfc] Improve comments in `getCompressedMaskOp` (#115663)Andrzej Warzyński
2024-11-13[mlir][spirv] Use assemblyFormat to define groupNonUniform op assembly (#115662)Yadong Chen
2024-11-13[mlir][Vector] Remove trivial uses of vector.extractelement/vector.insertelem...Kunwar Grover
2024-11-13[mlir] Clamp UnPackOp tiling sizes from operand tile (#112429)Max191
2024-11-13[NFC][mlir][emitc] fix misspelling in description of emitc.global (#115548)Andrey Timonin
2024-11-13[mlir][LLVM] Add support for invariant group related intrinsics (#115877)Sirui Mu
2024-11-13[MLIR,Python] Support converting boolean numpy arrays to and from mlir attrib...Kasper Nielsen
2024-11-13[mlir][IR] Add `Block::isReachable` helper function (#114928)Matthias Springer
2024-11-13[mlir][LLVM] Add !invariant.group metadata to llvm.load and llvm.store (#115723)Sirui Mu
2024-11-13[mlir][bufferization] Add support for non-unique `func.return` (#114017)Matthias Springer
2024-11-12[mlir] Add a null pointer check in symbol lookup (#115165)Shlomi Regev
2024-11-12[MLIR] Avoid `vector.extract_strided_slice` when not needed (#115941)lialan
2024-11-12[mlir][affine] Cancel exactly-matching delinearize/linearize pairs (#115758)Krzysztof Drewniak
2024-11-12[TOSA] Introduce Tosa_ElementwiseUnaryOp with Type and Shape Enforcement (#11...Peng Sun
2024-11-12[mlir][llvm] Add support for memset.inline (#115711)PikachuHy
2024-11-12[mlir][tensor] Update `GeneralizeOuterUnitDimsPackOpPattern` (#115312)Andrzej Warzyński
2024-11-12[mlir][vector] Restrict narrow-type-emulation patterns (#115612)Andrzej Warzyński
2024-11-12[MLIR] support dynamic indexing of `vector.maskedload` in `VectorEmulateNarro...lialan
2024-11-12[mlir][vector][nfc] Add tests + update docs for narrow-type emulation (#115460)Andrzej Warzyński
2024-11-12[mlir][Tensor] Retain discardable attrs in pack(cast) folder (#115772)Quinn Dawkins
2024-11-12[mlir][IR] `DominanceInfo`: Deduplicate `properlyDominates` implementation (#...Matthias Springer
2024-11-12[mlir][IR][NFC] `DominanceInfo`: Minor code cleanups (#115430)Matthias Springer
2024-11-12[mlir][spirv] Add spirv-to-llvm conversion for group operations (#115501)Lukas Sommer
2024-11-12[MLIR][LLVM] Cleanup attr-dict printing (NFC) (#115765)Tobias Gysi
2024-11-11[mlir][SCF] Fix condition for fusability in consumer fusion API (#115768)Quinn Dawkins
2024-11-11[MLIR][Linalg] Fix unclosed code block which broke generated docs - NFC (#115...Rolf Morel
2024-11-11[mlir][LLVM] Add nsw and nuw flags to trunc (#115509)lfrenot
2024-11-11[mlir][affine] Remove one-element linearize_index as a canonicalization (#115...Krzysztof Drewniak
2024-11-11add pattern for arith::UIToFPOp to VectorNarrowTypeRewritePatterns (#115485)ziereis
2024-11-11[mlir][LLVM] Add nneg flag (#115498)lfrenot
2024-11-11[mlir][Transforms][NFC] CSE: Split tests and fix typo (#115680)Matthias Springer
2024-11-11[flang][OpenMP] delayed privatisation lowering for TASK (#113591)Tom Eccles
2024-11-11adding missing lib MLIRDestinationStyleOpInterface (#115703)Frank Schlimbach
2024-11-11[MLIR] NFC. Move leftover memref op test cases out of test/IR (#115583)Uday Bondhugula
2024-11-11[mlir][python] Make types in register_(dialect|operation) more narrow. (#115307)Ingo Müller
2024-11-10[mlir][mesh] Handling changed halo region sizes during spmdization (#114238)Frank Schlimbach
2024-11-11[mlir][IR][NFC] `PostDominanceInfo`: Mark all functions as `const` (#115597)Matthias Springer
2024-11-10[mlir][IR] `DominanceInfo`: Fix inconsistency in proper block/op dominance (#...Matthias Springer
2024-11-09[mlir][linalg] unfold projected permutation. (#114704)Javed Absar
2024-11-08[mlir][NFC] IntegerRangeAnalysis: don't loop over splat attr (#115399)Ian Wood
2024-11-08Fix crash when using when using --finalize-memref-to-llvm (#112433)Siddhesh Deodhar
2024-11-08[mlir][linalg] Add Grouped Convolution Ops: conv_2d_nhwgc_gfhwc and conv_2d_n...stefankoncarevic
2024-11-08[mlir] Simplify code with StringMap::operator[] (NFC) (#115427)Kazu Hirata