summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/Bufferization
AgeCommit message (Expand)Author
2025-11-18[mlir][bufferization] Refine tensor-buffer compatibility checks (#167705)Andrei Golubev
2025-10-28Added RecursiveMemoryEffects to ExecuteRegionOp (#164390)ddubov100
2025-10-15[mlir][bufferization] Test tensor encoding -> memref layout conversion (#161166)Andrei Golubev
2025-10-14[mlir][bufferize] Make drop-equivalent-buffer-results only support functions ...lonely eagle
2025-10-08[mlir][bufferize] Make buffer-results-to-out-params support only functions th...lonely eagle
2025-10-08[MLIR] Define memory effects for `memref.prefetch` operation (#151261)Alexandre Eichenberger
2025-09-25[mlir][scf] ExecuteRegionOp bufferization to consider no_inline attr (#160697)Dor Arad
2025-09-24[mlir][bufferization] Support custom types at function boundaries (#159766)Andrei Golubev
2025-08-06[mlir][Bufferization] Support cast from ranked to unranked in canonic… (#15...Adrian Kuegel
2025-07-28[mlir] Generalize OneShotModuleBufferize to operate on any Operation (#148327)Evan Liu
2025-07-24[mlir][Bufferization] Fix to_buffer(tensor.cast) folder (#150511)Quinn Dawkins
2025-07-02[mlir][bufferization] Return BufferLikeType in BufferizableOpInterface (#144867)Andrei Golubev
2025-06-18[mlir][bufferization] Support custom types (1/N) (#142986)Andrei Golubev
2025-06-11[mlir][vector] Fix attaching write effects on transfer_write's base (#142940)Simone Pellegrini
2025-05-18[mlir][MemRef] Changed AssumeAlignment into a Pure ViewLikeOp (#139521)Shay Kleiman
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2025-04-15[mlir][bufferization] Add tensor-like and buffer-like interfaces (#134220)Andrei Golubev
2025-04-07[mlir][bufferization] Drop the assumption for alloc result index (#134503)Mike
2025-03-24[NFC][mlir][bufferization] (#132637)Javed Absar
2025-02-25[mlir][bufferization] Change OneShotModuleBufferize to not analyze or bufferi...Christopher Bate
2025-02-19[mlir][bufferization] Module bufferization: Delete obsolete code (#127455)Matthias Springer
2025-02-13[mlir][bufferization] Remove `buffer-deallocation` pass (#126366)Matthias Springer
2025-02-11[mlir][bufferization] Canonicalize to_memref(to_tensor(x)) to a CopyO… (#12...Maya Amrami
2025-01-14[llvm-project] Fix typos mutli and mutliple. NFC. (#122880)Jay Foad
2024-12-30[mlir][bufferization]-Refactor findValueInReverseUseDefChain to accept opOper...Amir Bishara
2024-12-18[mlir][bufferization]-Replace only one use in TensorEmptyElimination (#118958)Amir Bishara
2024-11-26[mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is use...Christopher Bate
2024-11-21[mlir][bufferization] Remove `finalizing-bufferize` pass (#114154)Matthias Springer
2024-11-13[mlir][bufferization] Add support for non-unique `func.return` (#114017)Matthias Springer
2024-11-05[mlir][bufferization] Add support for recursive function calls (#114003)Matthias Springer
2024-10-30[mlir][bufferization] Support bufferization of external functions (#113999)Matthias Springer
2024-10-30[mlir][Transforms][NFC] Dialect conversion: Reformat materialization error me...Matthias Springer
2024-10-22Revert "[MLIR] Make `OneShotModuleBufferize` use `OpInterface` (#110322)" (#1...Andrzej Warzyński
2024-10-01[MLIR] Make `OneShotModuleBufferize` use `OpInterface` (#110322)Tzung-Han Juang
2024-09-25Revert "[MLIR] Make `OneShotModuleBufferize` use `OpInterface`" (#109919)Matthias Springer
2024-09-25[MLIR] Make `OneShotModuleBufferize` use `OpInterface` (#107295)Tzung-Han Juang
2024-09-05[mlir][Transforms] Dialect conversion: Make materializations optional (#107109)Matthias Springer
2024-08-30Revert "[mlir][Transforms] Dialect conversion: Make materializations optional...Matthias Springer
2024-08-27[mlir][func][bufferization] Fix cast incompatible when bufferize callOp (#105...Longsheng Mou
2024-08-23[mlir][Transforms] Dialect conversion: Make materializations optional (#104668)Matthias Springer
2024-08-15[mlir][Transforms] Dialect conversion: Build unresolved materialization for r...Matthias Springer
2024-08-14[mlir][bufferization] Adding the optimize-allocation-liveness pass (#101827)Dennis Filimonov
2024-08-07[mlir] Fix block merging (#102038)Giuseppe Rossini
2024-07-25Revert "[mlir] Fix block merging" (#100510)Christian Ulmann
2024-07-17[mlir] Fix block merging (#97697)Giuseppe Rossini
2024-07-15[mlir] [bufferize] fix bufferize deallocation error in nest symbol table (#98...donald chen
2024-07-02Revert "Fix block merging" (#97460)Mehdi Amini
2024-07-02Fix block merging (#96871)Giuseppe Rossini
2024-07-01[mlir][bufferization] skip empty tensor elimination if they have different el...zhicong zhong
2024-06-26Bufferization with ControlFlow Asserts (#95868)McCowan Zhang