This patch implements the vec_cntm function prototypes in altivec.h in order to utilize
the vector count mask bits instructions introduced in Power10.
Depends on D82675.
Paths
| Differential D82726
[PowerPC] Implement Vector Count Mask Bits builtins in LLVM/Clang ClosedPublic Authored by amyk on Jun 28 2020, 12:36 PM.
Details
Summary This patch implements the vec_cntm function prototypes in altivec.h in order to utilize Depends on D82675.
Diff Detail
Unit TestsFailed Event TimelineHerald added subscribers: shchenz, hiraditya, nemanjai. · View Herald TranscriptJun 28 2020, 12:36 PM amyk retitled this revision from [PowerPC][Power10] Implement Vector Count Mask Bits builtins in LLVM/Clang to [PowerPC] Implement Vector Count Mask Bits builtins in LLVM/Clang.Jul 27 2020, 3:57 PM Comment ActionsI will need to update this patch to remove the instruction definition and MC tests. This revision is now accepted and ready to land.Sep 7 2020, 4:47 PM This revision was landed with ongoing or failed builds.Sep 17 2020, 4:40 PM Closed by commit rG2c3bc918db35: [PowerPC] Implement Vector Count Mask Bits builtins in LLVM/Clang (authored by amyk). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 273967 clang/include/clang/Basic/BuiltinsPPC.def
clang/lib/Headers/altivec.h
clang/test/CodeGen/builtins-ppc-p10vector.c
llvm/include/llvm/IR/IntrinsicsPowerPC.td
llvm/lib/Target/PowerPC/PPCInstrPrefix.td
llvm/test/CodeGen/PowerPC/p10-vector-mask-ops.ll
llvm/test/MC/Disassembler/PowerPC/p10insts.txt
llvm/test/MC/PowerPC/p10.s
|
clang-tidy: error: "AltiVec support not enabled" [clang-diagnostic-error]
not useful