================
@@ -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