================
@@ -213,6 +213,22 @@ def fir_IntegerType : FIR_Type<"Integer", "int"> {
   }];
 }
 
+def fir_UnsignedType : FIR_Type<"Unsigned", "unsigned"> {
----------------
jeanPerier wrote:

Removing both the type and predicate, I got no failures (I had to help make by 
deleting some of the tablegen generated `.cpp.inc` that still referred to the 
type though, but fresh build should not hit that issue). I am however OK with 
adding this type for consistency with fir_IntegerType.

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

Reply via email to