[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
Fri Dec 12 01:00:17 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:

thanks for pointing that out. fixed it. please let me know if anything else needs to get addressed. 

https://github.com/llvm/llvm-project/pull/154715


More information about the llvm-commits mailing list