[llvm-branch-commits] [clang] [CIR] Refactor floating point type constraints (PR #138112)

Andy Kaylor via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu May 1 09:39:43 PDT 2025


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

Is there a reason for the explicit global scope?

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


More information about the llvm-branch-commits mailing list