[clang] [llvm] [PowerPC] Add Support for BCDSHIFT, BCDSHIFTR, BCDTRUNC, BCDUTRUNC, and BCDUSHIFT instruction support (PR #154715)
Lei Huang via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 28 07:03:40 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>'">;
----------------
lei137 wrote:
```suggestion
"the first argument must be of type vector unsigned char'">;
```
https://github.com/llvm/llvm-project/pull/154715
More information about the llvm-commits
mailing list