[mlir] fix AsmPrinter after c1eab576
The change in c1eab576 fixed the behavior of `getDiscardableAttrDictionary` for ops that are not using properties to only return discardable attributes. AsmPrinter was relying on the wrong behavior when printing such ops in the generic form, assuming all attributes are discardable.
parent
03e29a49
Please register or sign in to comment