[flang-commits] [clang] [flang] [flang] Add UNSIGNED (PR #113504)
via flang-commits
flang-commits at lists.llvm.org
Thu Oct 24 06:36:41 PDT 2024
================
@@ -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
More information about the flang-commits
mailing list