summaryrefslogtreecommitdiff
path: root/mlir/test/lib
AgeCommit message (Expand)Author
2025-11-20[mlir][SCF] Add `scf::tileAndFuseConsumer` that tiles a consumer into a given...MaheshRavishankar
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-14[MLIR] Implement remark emitting policies in MLIR (#161202)Guray Ozen
2025-10-14Reland "[mlir] Add strided metadata range dataflow analysis" (#163403)" (#163...Fabian Mora
2025-10-14Revert "[mlir] Add strided metadata range dataflow analysis" (#163403)Fabian Mora
2025-10-14[mlir] Add strided metadata range dataflow analysis (#161280)Fabian Mora
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] Add more logging to DenseAnalysis/DeaDCodeAnalysis/TestDenseBackwardDa...Mehdi Amini
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-30[MLIR][SCF] Add loops as parameter to LoopTerminator callback when using Cust...sebvince
2025-09-27[MLIR] Improve in-place folding to iterate until fixed-point (#160615)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-25Revert "[MLIR] Implement remark emitting policies in MLIR" (#160681)Mehdi Amini
2025-09-25[MLIR] Implement remark emitting policies in MLIR (#160526)Guray Ozen
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][SCF] Allow using a custom operation to generate loops with `mlir::tile...MaheshRavishankar
2025-09-22[MLIR] getBackwardSlice: don't bail on ops that are IsolatedFromAbove (#158135)Ian Wood