================
@@ -110,4 +110,35 @@ def CIR_AnyFundamentalSIntType
     let cppFunctionName = "isFundamentalSIntType";
 }
 
+//===----------------------------------------------------------------------===//
+// Float Type predicates
+//===----------------------------------------------------------------------===//
+
+def CIR_AnySingleType : CIR_TypeBase<"::cir::SingleType", "single float type">;
----------------
xlauko wrote:

I believe it used to make problems when core mlir dialects where included in 
out of tree projects/dialects.
Thats why entire mlir has explicit global scope, though I cannot remember the 
issue it was causing.

https://github.com/llvm/llvm-project/pull/138112
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to