[PATCH] D86795: [PowerPC] Implement builtins for xvcvspbf16 and xvcvbf16spn

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 28 10:13:21 PDT 2020


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

This patch adds the builtin implementation for the xvcvspbf16 and xvcvbf16spn instructions.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86795

Files:
  clang/include/clang/Basic/BuiltinsPPC.def
  clang/test/CodeGen/builtins-ppc-p10vector.c
  llvm/include/llvm/IR/IntrinsicsPowerPC.td
  llvm/lib/Target/PowerPC/PPCInstrPrefix.td
  llvm/test/CodeGen/PowerPC/bfloat16-outer-product.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86795.288646.patch
Type: text/x-patch
Size: 5657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200828/3c5e364e/attachment.bin>


More information about the llvm-commits mailing list