[flang-commits] [flang] [flang] replace fir.complex usages with mlir complex (PR #110850)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Thu Oct 3 04:14:37 PDT 2024
================
@@ -601,12 +601,13 @@ def AnyRealLike : TypeConstraint<Or<[FloatLike.predicate,
fir_RealType.predicate]>, "any real">;
def AnyIntegerType : Type<AnyIntegerLike.predicate, "any integer">;
+def AnyFirComplexLike : TypeConstraint<Or<[fir_ComplexType.predicate,
----------------
tblah wrote:
Can't we remove the fir_ComplexType here?
https://github.com/llvm/llvm-project/pull/110850
More information about the flang-commits
mailing list