[PATCH] D80941: [PowerPC][Power10] Implement Count Leading/Trailing Zeroes Builtins in LLVM/Clang

Amy Kwan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 1 11:22:10 PDT 2020


amyk created this revision.
amyk added reviewers: nemanjai, lei, stefanp, saghir, power-llvm-team, hfinkel.
amyk added a project: LLVM.
Herald added subscribers: shchenz, hiraditya.
Herald added a project: clang.

This patch implements builtins for the following prototypes:

  unsigned long long __builtin_cntlzdm (unsigned long long, unsigned long long)
  unsigned long long __builtin_cnttzdm (unsigned long long, unsigned long long)
  vector unsigned long long vec_cntlzm (vector unsigned long long, vector unsigned long long)
  vector unsigned long long vec_cnttzm (vector unsigned long long, vector unsigned long long)

Depends on D80935 <https://reviews.llvm.org/D80935>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80941

Files:
  clang/include/clang/Basic/BuiltinsPPC.def
  clang/lib/Headers/altivec.h
  clang/test/CodeGen/builtins-ppc-p10.c
  clang/test/CodeGen/builtins-ppc-p10vector.c
  llvm/include/llvm/IR/IntrinsicsPowerPC.td
  llvm/lib/Target/PowerPC/PPCInstrPrefix.td
  llvm/test/CodeGen/PowerPC/p10-bit-manip-ops.ll
  llvm/test/MC/Disassembler/PowerPC/p10insts.txt
  llvm/test/MC/PowerPC/p10.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80941.267676.patch
Type: text/x-patch
Size: 9463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200601/934616ae/attachment.bin>


More information about the cfe-commits mailing list