Support for builtins that use bcdadd./bcdsub. to add/subtract Binary Coded Decimal values as well as to determine validity and compare BCD values.
Details
Details
- Reviewers
bmahjour saghir - Group Reviewers
Restricted Project - Commits
- rGc933c2eb3346: [PowerPC] Add BCD add/sub/cmp builtins
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
clang/lib/Headers/altivec.h | ||
---|---|---|
19050 ↗ | (On Diff #387933) | Do we need to add a case for "__CR6_SO_REV"? It is defined in line 25 but not used. |
llvm/lib/Target/PowerPC/P10InstrResources.td | ||
2078 | nit: unrelated change | |
llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp | ||
5096 | can we remove this as default is 0? | |
5100 | ditto |
Comment Actions
@nemanjai how come the changes in altivec.h and clang/test/CodeGen/builtins-ppc-p8vector.c have been removed in the latest diff and the commit above?
nit: unrelated change