[Mlir-commits] [mlir] Keep attribute when bufferizing `scf.forall` op (PR #91236)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon May 6 22:38:29 PDT 2024


MaheshRavishankar wrote:

> Note: preserving attributes we don't understand is not safe in general (for example one could imagine a "pure" attribute that was added to all loops deemed as not having side effects, which would be invalidated by bufferization)

+1 . Use at your own risk!

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


More information about the Mlir-commits mailing list