================
@@ -11199,6 +11199,10 @@ def err_ppc_invalid_use_mma_type : Error<
   "invalid use of PPC MMA type">;
 def err_ppc_invalid_test_data_class_type : Error<
   "expected a 'float', 'double' or '__float128' for the first argument">;
+def err_ppc_bcd_invalid_vector_type : Error<
+  "the first argument must be of type '<16 x unsigned char>'">;
----------------
AditiRM wrote:

Yes, I’ve updated the diagnostic message to match the revised wording.

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

Reply via email to