summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/Test/TestOpDefs.cpp
AgeCommit message (Expand)Author
2025-11-10[mlir][Interfaces] Add interface methods to allow reifying single result/sing...MaheshRavishankar
2025-11-07[mlir][linalg-transform] dyn_cast DestinationStyleOpInterface and early retur...Hsiang-Chieh Tsou
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-15[mlir][bufferization] Test tensor encoding -> memref layout conversion (#161166)Andrei Golubev
2025-07-29[mlir][SymbolOpInterface] Easier visibility overriding (#151036)Martin Erhart
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (28/n) (#150641)Maksim Levental
2025-07-02[mlir][bufferization] Return BufferLikeType in BufferizableOpInterface (#144867)Andrei Golubev
2025-06-23[mlir][affine|ValueBounds] Add transform to simplify affine min max ops with ...Fabian Mora
2025-06-18[mlir][bufferization] Support custom types (1/N) (#142986)Andrei Golubev
2025-05-12[NFC][MLIR] Add {} for `else` when `if` body has {} (#139422)Rahul Joshi
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang
2025-01-28[mlir] Add OpAsmTypeInterface for pretty-print (#121187)Hongren Zheng
2025-01-11[Dialect] Migrate away from PointerUnion::{is,get} (NFC) (#122568)Kazu Hirata
2024-11-01[mlir] IntegerRangeAnalysis: add support for vector type (#112292)Ivan Butygin
2024-08-23[mlir][mem2reg] Fix Mem2Reg attempting to promote in graph regions (#104910)Théo Degioanni
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-06-30[mlir][sroa] Update name of subelement types in destructurable slots (#97226)Théo Degioanni
2024-06-19[mlir][side effect] refactor(*): Include more precise side effects (#94213)donald chen
2024-05-21[mlir][intrange] Represent bounds of `ReflectBoundsOp` as `si`/`ui` (#92641)Felix Schneider
2024-05-14[mlir][test] Extend `InferIntRangeInterface` test Ops to arbitrary ints (#91850)Felix Schneider
2024-05-14[MLIR][SROA] Reuse allocators to avoid rewalking the IR (#91971)Christian Ulmann
2024-05-13[MLIR][Mem2Reg] Fix multi slot handling & move retry handling (#91464)Christian Ulmann
2024-04-23[MLIR] Harmonize the behavior of the folding API functions (#88508)Christian Ulmann
2024-04-22[mlir][test] Reorganize the test dialect (#89424)Jeff Niu