[Mlir-commits] [mlir] [mlir][vector] Add support for yielding loop bounds in `scf.for` distribution. (PR #163443)

Artem Kroviakov llvmlistbot at llvm.org
Wed Oct 15 02:08:32 PDT 2025


https://github.com/akroviakov approved this pull request.

I suppose it uses `WarpOpForwardOperand` for clean-up of warp result usage. The case is valid, although generally I'd expect scalar usages inside warpOp to be "forwarded" to outer definitions beforehand, similar to how scalar definitions are hoisted.

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


More information about the Mlir-commits mailing list