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

Peter Klausler via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 24 13:09:19 PDT 2024


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

I get HLFIR verifier errors on things like unsigned assignments if that type isn't defined and included in the sets of types below in that file.

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


More information about the cfe-commits mailing list