================
@@ -213,6 +213,22 @@ def fir_IntegerType : FIR_Type<"Integer", "int"> {
}];
}
+def fir_UnsignedType : FIR_Type<"Unsigned", "unsigned"> {
----------------
jeanPerier wrote:
Did you actually need this new type?
fir_IntegerType still exits but likely has very limited use in lowering, it is
my bad for not removing it completely. So I would not add this new type if
there is no use for it (it looked properly plugged in otherwise).
https://github.com/llvm/llvm-project/pull/113504
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits