[Mlir-commits] [mlir] [mlir][SCF] Remove `scf-bufferize` pass (PR #113840)
Matthias Springer
llvmlistbot at llvm.org
Sun Oct 27 17:21:52 PDT 2024
matthias-springer wrote:
Good point. We have separate test cases that run One-Shot Bufferize. One per dialect. They are called `one-shot-bufferize.mlir` etc. The `bufferize.mlir` test cases also run One-Shot Bufferize but without an analysis. Basically just the `bufferize()` interface method. I updated the SCF `bufferize.mlir` test file accordingly. There was also a minor bug in the SCF interface implementation (upcasting an `AnalysisState` to `OneShotAnalysisState` when the object was not a `OneShotAnalysisState`) that I fixed.
https://github.com/llvm/llvm-project/pull/113840
More information about the Mlir-commits
mailing list