[clang] [CIR] Add x86_64 scalar calling-convention lowering (PR #209636)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 17 08:51:48 PDT 2026


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


More information about the cfe-commits mailing list