summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect
AgeCommit message (Expand)Author
2025-11-19[MLIR][Vector] Add unroll pattern for vector.shape_cast (#167738)Nishant Patel
2025-11-18[mlir][bufferization] Refine tensor-buffer compatibility checks (#167705)Andrei Golubev
2025-11-17[MLIR] Add verification that symbol operations must not have results (#168390)Tim Noack
2025-11-13[MLIR Attr] Allow LocationAttr to be used as an operation attribute (#167690)Tim Noack
2025-11-10[mlir][Interfaces] Add interface methods to allow reifying single result/sing...MaheshRavishankar
2025-11-08[mlir] Remove duplicate includes (NFC) (#167187)Kazu Hirata
2025-11-07[mlir][linalg-transform] dyn_cast DestinationStyleOpInterface and early retur...Hsiang-Chieh Tsou
2025-11-05[mlir] Dialect Conversion: Add support for post-order legalization order (#16...Matthias Springer
2025-11-05[MLIR][ODS] Re-enable direct implementation of type interfaces with method bo...Andi Drebes
2025-11-03[mlir][Transforms] Dialect Conversion: Convert entry block only (#165180)Matthias Springer
2025-11-03[MLIR][XeGPU] Matrix load/store subgroup distribution (#165008)Artem Kroviakov
2025-10-30[MLIR] Apply clang-tidy fixes for bugprone-argument-comment in TestTransformD...Mehdi Amini
2025-10-29[mlir][CF] Add structural type conversion patterns (#165629)Matthias Springer
2025-10-29[acc] Expand OpenACCSupport to provide getRecipeName and emitNYI (#165628)Razvan Lupusoru
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#165429)Mehdi Amini
2025-10-28Revert " [MLIR] Revamp RegionBranchOpInterface " (#165356)Mehdi Amini
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#161575)Mehdi Amini
2025-10-27[mlir][scf] Add parallelLoopUnrollByFactors() (#164958)fabrizio-indirli
2025-10-24Revert "[mlir][scf] Add parallelLoopUnrollByFactors()" (#164949)fabrizio-indirli
2025-10-24[mlir][scf] Add parallelLoopUnrollByFactors() (#163806)fabrizio-indirli
2025-10-24[mlir] Delete unroll-full option for Affine/SCF unroll pass (#164658)lonely eagle
2025-10-22[mlir][acc] Add OpenACCSupport for extensible dialect handling (#164510)Razvan Lupusoru
2025-10-22[mlir] Switch uses of deprecated .create methods to free function. NFC. (#164...Jakub Kuderski
2025-10-16[mlir] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163703)Kazu Hirata
2025-10-16[MLIR] Apply clang-tidy fixes for readability-simplify-boolean-expr in TestLi...Mehdi Amini
2025-10-15[mlir][bufferization] Test tensor encoding -> memref layout conversion (#161166)Andrei Golubev
2025-10-14[mlir][acc] Introduce createAndPopulate for recipe creation (#162917)Razvan Lupusoru
2025-10-10[mlir][xegpu] Add more tests in XeGPU subgroup distribution. (#162543)Charitha Saumya
2025-10-09[mlir] Execute same operand name constraints before user constraints. (#162526)Chenguang Wang
2025-10-08[mlir][acc] Extend PointerLikeType to provide alloc, dealloc, copy (#162328)Razvan Lupusoru
2025-10-06[MLIR][ODS] Add support for overloading interface methods (#161828)Mehdi Amini
2025-10-03[mlir][xegpu] Create a test pass for subgroup distribution. (#161592)Charitha Saumya
2025-10-02[mlir] [irdl] Add support for regions in irdl-to-cpp (#158540)Jeremy Kun
2025-10-01[MLIR] Remove unused debug macros (NFC)Mehdi Amini
2025-09-26Allowing RDV to call `getArgOperandsMutable()` (#160415)Francisco Geiman Thiesen
2025-09-25[mlir][XeGPU][XeGPUUnroll] Support new syntax with offsets moved to load_nd/s...Dmitry Chigarev
2025-09-24[mlir][linalg] Use ub.poison in data layout propagation if a packed operand r...Han-Chung Wang
2025-09-24[MLIR][XeGPU] Add unroll pattern for load_gather and store_scatter with offse...Nishant Patel
2025-09-22[MLIR] getBackwardSlice: don't bail on ops that are IsolatedFromAbove (#158135)Ian Wood
2025-09-18[MLIR] Apply clang-tidy fixes for modernize-use-equals-default in TestLinalgR...Mehdi Amini
2025-09-17[MLIR] Add a getStaticTripCount method to LoopLikeOpInterface (#158679)Mehdi Amini
2025-09-16[mlir][Vector] Add patterns to lower `vector.shuffle` (#157611)Diego Caballero
2025-09-16[MLIR][Vector] Add unrolling pattern for vector StepOp (#157752)Nishant Patel
2025-09-16[MLIR] Make 1-D memref flattening a prerequisite for vector narrow type emula...Alan Li
2025-09-15[mlir][TableGen] Emit interface traits after all interfaces (#147699)Andrei Golubev
2025-09-15[mlir] Add base class type aliases for rewrites/conversions. NFC. (#158433)Jakub Kuderski
2025-09-15[mlir][vector] Tidy-up testing for to/from_elements unrolling (#158309)Andrzej Warzyński
2025-09-12[Linalg] Fix bug in control function logic of push down extract pattern (#158...Nirvedh Meshram
2025-09-12[mlir][xegpu] Add support for `vector.multi_reduction` and `vector.shape_cast...Charitha Saumya
2025-09-12[mlir][vector] Add a new TD op to wrap unit-dim collapsing patterns (#157507)Andrzej Warzyński