Skip to content

Commit 7ae44f6

Browse files
author
Aditi-Medhane
committed
Review Comments
Custom buiiltin and testcase renaming
1 parent 81c40a9 commit 7ae44f6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

clang/include/clang/Basic/BuiltinsPPC.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ TARGET_BUILTIN(__builtin_ppc_bcdsub_p, "iiV16UcV16Uc", "",
581581

582582
// P9 Binary-coded decimal (BCD) builtins.
583583
TARGET_BUILTIN(__builtin_ppc_bcdcopysign, "V16UcV16UcV16Uc", "", "power9-vector")
584-
TARGET_BUILTIN(__builtin_ppc_bcdsetsign, "V16UcV16UcUc", "t", "power9-vector")
584+
CUSTOM_BUILTIN(__builtin_ppc_bcdsetsign, "V16UcV16UcUc", "", "power9-vector")
585585
TARGET_BUILTIN(__builtin_ppc_national2packed, "V16UcV16UcUc", "t", "power9-vector")
586586
TARGET_BUILTIN(__builtin_ppc_packed2national, "V16UcV16Uc", "", "power9-vector")
587587
TARGET_BUILTIN(__builtin_ppc_packed2zoned, "V16UcV16UcUc", "t", "power9-vector")

clang/test/CodeGen/PowerPC/builtins-bcd-helpers.c renamed to clang/test/CodeGen/PowerPC/builtins-bcd-format-conversion.c

File renamed without changes.

llvm/test/CodeGen/PowerPC/builtins-bcd-helpers.ll renamed to llvm/test/CodeGen/PowerPC/builtins-bcd-format-conversion.ll

File renamed without changes.

0 commit comments

Comments
 (0)