================
@@ -398,7 +398,7 @@ mlir::Type CIRGenTypes::convertType(QualType type) {
                                         /*is_scalable=*/true);
       break;
     case BuiltinType::SveBFloat16:
-      resultType = cir::VectorType::get(builder.getFp16Ty(), 8,
+      resultType = cir::VectorType::get(builder.getBfloat16Ty(), 8,
----------------
iamvickynguyen wrote:

Nice catch! I'm curious how we can prevent this kind of typo đŸ€” ? Would it make 
sense to have some tests or do you expect this to be covered by some tests in 
the future?

https://github.com/llvm/llvm-project/pull/223932
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to