[clang] [llvm] [PowerPC] Add Support for BCDSHIFT, BCDSHIFTR, BCDTRUNC, BCDUTRUNC, and BCDUSHIFT instruction support (PR #154715)
Aditi Medhane via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 8 23:25:31 PST 2025
================
@@ -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
More information about the llvm-commits
mailing list