The mix-in of the MultiTileSizesOp set the default value of its
divisor argument. This repeats information from the tablegen
defintion, is not necessary (since the generic code deals with None
and default values), and has the risk of running out of sync without
people noticing. This patch removes the setting of the value and forward
None to the generic constructor instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo