[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 06:14:17 PDT 2024


================
@@ -112,18 +120,6 @@ inline std::string mlirTypeToIntrinsicFortran(fir::FirOpBuilder &builder,
     return "INTEGER(KIND=8)";
   else if (type.isInteger(128))
     return "INTEGER(KIND=16)";
-  else if (type == fir::ComplexType::get(builder.getContext(), 2))
----------------
tblah wrote:

Doing it in another patch is okay

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


More information about the flang-commits mailing list