Handle contraction op like all the other generic op reductions. This
simplifies the code. We now rely on contractionOp canonicalization to
keep the same code quality.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
it's very nice that this becomes as simple as a red diff once the missing canonicalizations work as intended!