[clang] [flang] [flang] Add UNSIGNED (PR #113504)

via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 25 01:16:26 PDT 2024


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

I understand the `AnyUnsignedInteger.predicate` is needed, but I do not understand why the predicate for this type is needed given I do not see where it is generated/used (which I may just have missed in the patch).

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


More information about the cfe-commits mailing list