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

Matthias Springer llvmlistbot at llvm.org
Wed Mar 12 01:17:35 PDT 2025


matthias-springer wrote:

On a high level, `enforceAliasingInvariants = true` is adding additional copies for certain cases where you yield a value that is defined outside of the loop. (Whereas `copyBeforeWrite` will add copies every time you write to a buffer.)

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


More information about the Mlir-commits mailing list