[Mlir-commits] [mlir] [mlir] Add OpAsmTypeInterface for pretty-print (PR #121187)
River Riddle
llvmlistbot at llvm.org
Mon Jan 27 11:52:04 PST 2025
================
@@ -23,7 +23,7 @@ include "mlir/IR/OpBase.td"
def OpAsmOpInterface : OpInterface<"OpAsmOpInterface"> {
let description = [{
- This interface provides hooks to interact with the AsmPrinter and AsmParser
+ This op interface provides hooks to interact with the AsmPrinter and AsmParser
----------------
River707 wrote:
I don't think op/type/etc. are necessary in the description (the `Op` in the name of the interface already sets the stage for this context).
https://github.com/llvm/llvm-project/pull/121187
More information about the Mlir-commits
mailing list