[clang] [llvm] [PowerPC] Support for Packed BCD conversion builtins (PR #142723)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 10 22:56:52 PDT 2025
================
@@ -294,6 +294,34 @@ Value *CodeGenFunction::EmitPPCBuiltinExpr(unsigned BuiltinID,
return Builder.CreateCall(F, Ops, "");
}
+ // BCD convert builtins for P9
+ case PPC::BI__builtin_ppc_national2packed:
+ case PPC::BI__builtin_ppc_packed2zoned:
+ case PPC::BI__builtin_ppc_zoned2packed: {
----------------
Himadhith wrote:
Okay understood, removing this part of the code.
https://github.com/llvm/llvm-project/pull/142723
More information about the llvm-commits
mailing list