[PATCH] D87729: [PowerPC] Implement the 128-bit Vector Divide Extended Builtins in Clang/LLVM

Amy Kwan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 15 16:24:38 PDT 2020


amyk created this revision.
amyk added reviewers: power-llvm-team, PowerPC, Conanap, nemanjai.
amyk added projects: LLVM, PowerPC.
Herald added subscribers: shchenz, hiraditya.
Herald added a project: clang.
amyk requested review of this revision.

This patch implements the 128-bit vector divide extended builtins in Clang/LLVM.
These builtins map to the `vdivesq` and `vdiveuq` instructions respectively.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87729

Files:
  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-divide.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87729.292047.patch
Type: text/x-patch
Size: 5602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200915/88a50c65/attachment.bin>


More information about the cfe-commits mailing list