================
@@ -4843,7 +4843,7 @@ Sema::PerformImplicitConversion(Expr *From, QualType 
ToType,
                  .get();
       break;
     case ICK_Floating_Integral:
-      if (ToType->isRealFloatingType())
+      if (ToType->isRealFloatingType() || ToType->hasFloatingRepresentation())
----------------
farzonl wrote:

I can fix that up. 
For your second question line 4800  `assert(From->getType()->isVectorType() && 
ToType->isVectorType()`. It should just be vectors for now.

https://github.com/llvm/llvm-project/pull/82827
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to