The canonical type of the result of the memref.subview needs to make
sure that the previously dropped unit-dimensions are the ones dropped
for the canonicalized type as well. This means the generic
inferRankReducedResultType cannot be used. Instead the current
dropped dimensions need to be querried and the same need to be dropped.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo