[Mlir-commits] [mlir] [MLIR][NFC] Adding a missing option in OneShotBufferizePass (PR #130691)

Alan Li llvmlistbot at llvm.org
Tue Mar 11 08:35:00 PDT 2025


lialan wrote:

> Can we get some?

To be fair most (if not all) of those options in the bufferization passes do not have corresponding tests, so #129850 skipped a lot of checks and got merged. If we want tests we would need to also cover all those. But historically no tests were in place, and adding tests is beyond the scope of this quick patch, and requires some coordination.

Our downstream does require to set this specific option, so this is just a quick patch to unblock downstream.



https://github.com/llvm/llvm-project/pull/130691


More information about the Mlir-commits mailing list