aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/lib
AgeCommit message (Expand)AuthorFilesLines
2023-12-05[mlir][Vector] Update patterns for flattening vector.xfer Ops (2/N) (#73523)Andrzej Warzyński1-0/+1
2023-12-01[mlir] notify insertion of parent op first when cloning (#73806)jeanPerier1-0/+8
2023-12-01[mlir] Expose type and attribute names in the MLIRContext and abstract type/a...Fehr Mathieu1-1/+3
2023-11-22[mlir][vector] Add patterns to simplify chained reductions (#73048)Jakub Kuderski1-0/+21
2023-11-22[mlir] Fix a few more TypeSize::Fixed->TypeSize::getFixed following #72979.Sander de Smalen1-1/+1
2023-11-21[mlir] use TypeSize and uint64_t in DataLayout (#72874)Oleksandr "Alex" Zinenko2-6/+7
2023-11-20Make MLIR Value more consistent in terms of `const` "correctness" (NFC) (#72765)Mehdi Amini1-2/+1
2023-11-20[NFC] Simplify the tiling implementation using cloning. (#72178)MaheshRavishankar1-0/+2
2023-11-19Revert "[mlir][affine] implement `promoteIfSingleIteration` for `AffineForOp`...max1-2/+1
2023-11-19[mlir][affine] implement `promoteIfSingleIteration` for `AffineForOp` (#72547)Maksim Levental1-1/+2
2023-11-10[mlir][vector] Root the transfer write distribution pattern on the warp op (#...Quinn Dawkins1-3/+10
2023-11-05[mlir][transform] LISH: Add transform op (#70630)Matthias Springer1-0/+1
2023-11-03[MLIR][FuncToLLVM] Remove typed pointers from call conversion test pass (#71107)Christian Ulmann1-2/+1
2023-10-31[mlir] Fix an unused variable warningKazu Hirata1-0/+1
2023-10-31[mlir][bytecode] Implements back deployment capability for MLIR dialects (#70...Matteo Franciolini4-29/+103
2023-10-30Remove the opaque pointers flag from toolsBenjamin Kramer1-11/+3
2023-10-30Revert "[MLIR][FuncToLLVM] Remove typed pointer support (#70574)"Christian Ulmann1-1/+2
2023-10-30[MLIR][FuncToLLVM] Remove typed pointer support (#70574)Christian Ulmann1-2/+1
2023-10-25[MLIR] Properly add operations to blocks during `createOrFold` (#70010)Morten Borup Petersen1-0/+5
2023-10-24[mlir] Fix nvvm integration tests build error (#70113)Guray Ozen1-2/+20
2023-10-24[mlir] Change default NVVM compilation to `fatbin` from `bin` (#70052)Guray Ozen1-2/+2
2023-10-24[MLIR] Fixes NVGPU Integration Test Passes Ordering (#69934)Guray Ozen1-227/+55
2023-10-23[mlir] Verify TestBuiltinAttributeInterfaces eltype (#69878)Rik Huijzer1-0/+5
2023-10-23[mlir][linalg] Enable CollapseLinalgDimensions to collapse linalg::CopyOp (#6...Aviad Cohen1-1/+1
2023-10-20[mlir][transform] Support for multiple top-level transform ops (#69615)martin-luecke1-0/+6
2023-10-19[mlir][TilingInterface] Add scf::tileUsingSCFForallOp method to tile using th...MaheshRavishankar1-3/+87
2023-10-19[mlir][drr] Set operand segment in rewriteJacques Pienaar1-0/+23
2023-10-15[mlir][affine] NFC: Improve variable name in TestReifyValueBoundsLei Zhang1-3/+3
2023-10-16[mlir][Interfaces] `LoopLikeOpInterface`: Add helper to get yielded values (#...Matthias Springer1-3/+2
2023-10-15[mlir][vector] Enable transfer op hoisting with dynamic indices (#68500)Lei Zhang1-12/+18
2023-10-12[mlir][affine] ValueBoundsConstraintSet: Fully compose affine.apply (#68899)Matthias Springer1-2/+9
2023-10-06[mlir][transform] Allow passing various library files to interpreter. (#67120)Ingo Müller1-4/+4
2023-10-06[mlir][transform] Fix handling of transitive include in interpreter. (#67560)Ingo Müller1-3/+3
2023-10-04[MLIR] Use `test-lower-to-nvvm` for sm_90 Integration Tests on GitHub (#68184)Guray Ozen1-5/+18
2023-10-04[mlir] Add `opt-level` to `test-lower-to-nvvm` Pipeline (#68183)Guray Ozen1-0/+5
2023-10-04[mlir][ODS] Change `get...Mutable` to return `OpOperand &` for single operand...Matthias Springer1-1/+1
2023-10-03Improve MLIR Attribute::get() method efficiency by reducing the amount of arg...Mehdi Amini3-0/+64
2023-10-01Fix MLIR test for UBSAN: define enum values that are set in cl::opt (NFC)Mehdi Amini1-1/+1
2023-09-29[MLIR] Add stage to side effectcxy2-3/+4
2023-09-27[mlir][Interfaces] `LoopLikeOpInterface`: Add `replaceWithAdditionalYields` (...Matthias Springer1-7/+11
2023-09-26[mlir][TilingInterface] NFC code changes separated out from introduction of `...MaheshRavishankar1-51/+48
2023-09-26Simplify diagnostic error management for MLIR properties API (NFC) (#67409)Mehdi Amini2-13/+13
2023-09-26Reapply "[mlir][transform] Improve error message of tracking listener. (#66987)"Ingo Müller1-7/+17
2023-09-25Revert "[mlir][transform] Improve error message of tracking listener. (#66987)"Vitaly Buka1-16/+7
2023-09-25[mlir][transform] Check for invalidated iterators on payload values (#66472)Matthias Springer1-4/+3
2023-09-25[mlir][transform] Improve error message of tracking listener. (#66987)Ingo Müller1-7/+16
2023-09-25[mlir][llvm] Replace NullOp by ZeroOp (#67183)Tobias Gysi1-1/+1
2023-09-21[mlir][Interfaces] Clean up `DestinationStyleOpInterface` (#67015)Matthias Springer2-10/+7
2023-09-20[mlir][IR] Trigger `notifyOperationRemoved` callback for nested ops (#66771)Matthias Springer1-0/+8
2023-09-19[mlir][Interfaces] `LoopLikeOpInterface`: Support ops with multiple regions (...Matthias Springer1-1/+1