[Mlir-commits] [mlir] [mlir][AsmPrinter] Print op properties directly in generic form (PR #106996)

Andrei Golubev llvmlistbot at llvm.org
Mon Sep 2 07:24:01 PDT 2024


================
@@ -1809,14 +1809,13 @@ class Op : public OpState, public Traits<ConcreteType>... {
 
   /// Trait to check if printProperties(OpAsmPrinter, T, ArrayRef<StringRef>)
----------------
andrey-golubev wrote:

self-review:
```suggestion
  /// Trait to check if ConcreteType::printProperties(OpAsmPrinter, T, ArrayRef<StringRef>)
```

https://github.com/llvm/llvm-project/pull/106996


More information about the Mlir-commits mailing list