[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 09:51:33 PDT 2025
akroviakov wrote:
Yes, the fix is fine. I was just confused by your reply
> but unfortunately that does not help us here.
to my comment
>> I'd expect scalar usages inside warpOp to be "forwarded" to outer definitions beforehand
> I meant that scalar values coming from the outside may be referenced directly, not necessarily via the warpOp arguments. Meaning that some pass, similar to hoisting in terms of when it should be called, would clean up things beforehand
https://github.com/llvm/llvm-project/pull/163443
More information about the Mlir-commits
mailing list