[clang] [llvm] [PowerPC] Add BCDCOPYSIGN and BCDSETSIGN Instruction Support (PR #144874)

Aditi Medhane via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 31 04:09:47 PDT 2025


================
@@ -106,6 +106,7 @@ bool SemaPPC::CheckPPCBuiltinFunctionCall(const TargetInfo &TI,
   switch (BuiltinID) {
   default:
     return false;
+  case PPC::BI__builtin_ppc_bcdsetsign:
----------------
AditiRM wrote:

Updated the descriptions and clarified notes for both builtins.

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


More information about the llvm-commits mailing list