summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/SCF/bufferize.mlir
AgeCommit message (Expand)Author
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2024-11-26[mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is use...Christopher Bate
2024-10-29[mlir][SCF] Remove `scf-bufferize` pass (#113840)Matthias Springer
2024-06-17[mlir][Transforms][NFC] Dialect Conversion: Resolve insertion point TODO (#95...Matthias Springer
2022-05-25[mlir][scf] Retain existing attributes in scf.for transformsLei Zhang
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in LLVM/Math/M...River Riddle
2021-11-25[mlir] Move memref.[tensor_load|buffer_cast|clone] to "bufferization" dialect.Alexander Belyaev
2021-10-27[mlir:DialectConversion] Restructure how argument/target materializations get...River Riddle
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-07-14[mlir][SCF] populateSCFStructuralTypeConversionsAndLegality WhileOp supportButygin
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2020-10-28[mlir] Properly handle recursive bufferization for scf.for/scf.ifSean Silva
2020-10-21[mlir] Add structural type conversions for SCF dialect.Sean Silva