================
@@ -3197,6 +3197,13 @@ void CastOperation::CheckCStyleCast() {
     }
   }
 
+  if ((DestType->isMFloat8Type() && !SrcType->isMFloat8Type()) ||
+      (!DestType->isMFloat8Type() && SrcType->isMFloat8Type())) {
----------------
paulwalker-arm wrote:

`DestType->isMFloat8Type() != SrcType->isMFloat8Type()` ?

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

Reply via email to