[flang-commits] [flang] To support unlimited polymorphic argument for intrinsic MERGE. (PR #163866)

via flang-commits flang-commits at lists.llvm.org
Fri Oct 17 01:33:35 PDT 2025


================
@@ -372,6 +372,9 @@ bool isBoxedRecordType(mlir::Type ty);
 /// Return true iff `ty` is a type that contains descriptor information.
 bool isTypeWithDescriptor(mlir::Type ty);
 
+/// Return true if CLASS(*)
+bool isClassStarType(mlir::Type ty);
----------------
jeanPerier wrote:

nit: please move the declaration near `isUnlimitedPolymorphicType` and `isAssumedType`.

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


More information about the flang-commits mailing list