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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue May 7 07:08:30 PDT 2024


srcarroll wrote:

thanks for the warning @joker-eph . i generally don't rely on preservation of attributes, but i noticed other ops explicitly copy over attributes during bufferization, including other scf loop ops, so this is mainly because i like consistency.

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


More information about the Mlir-commits mailing list