[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
================
@@ -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:
You're removing support for fir::ComplexType in a lot of places. Why not remove the type from tablegen too?
https://github.com/llvm/llvm-project/pull/110850
More information about the flang-commits
mailing list