[Mlir-commits] [mlir] [mlir][ODS] Verify type constraints in Types and Attributes (PR #102326)
    Jacques Pienaar 
    llvmlistbot at llvm.org
       
    Wed Aug  7 14:45:04 PDT 2024
    
    
  
================
@@ -153,6 +153,9 @@ class TypeConstraint<Pred predicate, string summary = "",
     Constraint<predicate, summary> {
   // The name of the C++ Type class if known, or Type if not.
   string cppClassName = cppClassNameParam;
+  // TODO: This field is sometimes called `cppClassName` and sometimes
----------------
jpienaar wrote:
(having seen usage, what you have done look like less changes)
https://github.com/llvm/llvm-project/pull/102326
    
    
More information about the Mlir-commits
mailing list