================
@@ -38,6 +39,17 @@ bool cir::isSized(mlir::Type ty) {
return false;
}
+mlir::Type cir::getFloatingPointType(const llvm::fltSemantics &sem,
----------------
adams381 wrote:Changed it to return `cir::FPTypeInterface`. https://github.com/llvm/llvm-project/pull/209636 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
