[Mlir-commits] [mlir] [mlir][vector] Add support for yielding loop bounds in `scf.for` distribution. (PR #163443)
Charitha Saumya
llvmlistbot at llvm.org
Wed Oct 15 10:03:33 PDT 2025
charithaintc 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
I see. sorry about the confusion.
https://github.com/llvm/llvm-project/pull/163443
More information about the Mlir-commits
mailing list