[PATCH] D87671: [PowerPC] Implement Vector String Isolate Builtins in Clang/LLVM

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 22:44:46 PDT 2020


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

This patch implements the vector string isolate (predicate and non-predicate
versions) builtins. The predicate builtins are custom selected within `PPCISelDAGToDAG`.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87671

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/PPCISelDAGToDAG.cpp
  llvm/lib/Target/PowerPC/PPCInstrPrefix.td
  llvm/test/CodeGen/PowerPC/p10-string-ops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87671.291800.patch
Type: text/x-patch
Size: 25352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200915/1868131a/attachment.bin>


More information about the llvm-commits mailing list