[Mlir-commits] [mlir] [mlir][tblgen] Add custom parsing and printing within struct (PR #133939)

River Riddle llvmlistbot at llvm.org
Mon Apr 7 11:38:00 PDT 2025


================
@@ -274,6 +280,49 @@ class VariableElementBase : public VariableElement {
   VariableElementBase() : VariableElement(VariableKind) {}
 };
 
+/// This class represents an instance of a variable element. A variable refers
----------------
River707 wrote:

Same comment here as below, it'd be nice to move this back to AttrOrTypeFormatGen.cpp. I think this is only exposed here because of the getFrontAsParam method, but I don't think that needs to be exposed here.

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


More information about the Mlir-commits mailing list