When replacing the uses of the LinalgOp other than the use in the
tensor.cast op, check if the op itself has multiple uses, instead of
the specific result having multiple uses.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think https://reviews.llvm.org/D121369 already fixes the problem and additionally makes the pattern work with the transform dialect. Landing the test still make sense!
Comment Actions
Ah I see this is the same commit you pointed me to. Didnt connect the two. Ill land the test then.