[flang-commits] [flang] [flang] replace fir.complex usages with mlir complex (PR #110850)

via flang-commits flang-commits at lists.llvm.org
Thu Oct 3 05:20:19 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))
----------------
jeanPerier wrote:

I wanted to fully remove it in the next patch to avoid this one from getting too big, but I am also OK with doing that here. Would you rather have all the removal done in this patch?

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


More information about the flang-commits mailing list