The SubTensorInsertOp has a requirement that dest type and result
type match. Just folding the tensor.cast operation violates this and
creates verification errors during canonicalization. Also fix other
canonicalization methods that werent inserting casts properly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
[optional] I feel llvm::zip(op->getResults(), newOp->getResults()) looks better to me.