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

Peter Klausler via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 24 12:26:50 PDT 2024


================
@@ -178,7 +192,12 @@ static constexpr TypePattern SameType{AnyType, KindCode::same};
 // universal extension feature.
 static constexpr TypePattern OperandReal{RealType, KindCode::operand};
 static constexpr TypePattern OperandInt{IntType, KindCode::operand};
+static constexpr TypePattern OperandUnsigned{UnsignedType, KindCode::operand};
+static constexpr TypePattern OperandIntOrUnsigned{
----------------
klausler wrote:

Thanks; removed.

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


More information about the cfe-commits mailing list