[PATCH] D87910: [PowerPC] Implement the 128-bit vec_[all|any]_[eq | ne | lt | gt | le | ge] builtins in Clang/LLVM

Amy Kwan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 18 08:53:47 PDT 2020


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

This patch implements the vec_[all|any]_[eq | ne | lt | gt | le | ge] builtins for vector signed/unsigned __int128.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87910

Files:
  clang/include/clang/Basic/BuiltinsPPC.def
  clang/lib/CodeGen/CGExprScalar.cpp
  clang/lib/Headers/altivec.h
  clang/test/CodeGen/builtins-ppc-p10vector.c
  llvm/include/llvm/IR/IntrinsicsPowerPC.td
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/vec_cmpq.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87910.292809.patch
Type: text/x-patch
Size: 18649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200918/72f71938/attachment-0001.bin>


More information about the cfe-commits mailing list