[clang] [flang] [flang] Add UNSIGNED (PR #113504)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 19 05:56:35 PST 2024
================
@@ -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
More information about the cfe-commits
mailing list