[Mlir-commits] [mlir] Avoid buffer hoisting from parallel loops (PR #90735)

Ivan Butygin llvmlistbot at llvm.org
Fri May 3 03:18:14 PDT 2024


Hardcode84 wrote:

+1, we have also encountered this bug in the past, thanks for fixing this.

My only comment is `OpDefinition.h` may be not the best place for a new trait as it included by everyone and trait is somewhat usecase-specific. Maybe move it to `LoopLikeInterface.td/h`?

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


More information about the Mlir-commits mailing list