[all-commits] [llvm/llvm-project] 0c2d87: [PowerPC] Implement builtins for xvcvspbf16 and xv...

Amy Kwan via All-commits all-commits at lists.llvm.org
Tue Sep 1 15:19:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c2d872d5dec3eba10a8245bbcb3eebcf405ef9f
      https://github.com/llvm/llvm-project/commit/0c2d872d5dec3eba10a8245bbcb3eebcf405ef9f
  Author: Amy Kwan <amy.kwan1 at ibm.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

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

  Log Message:
  -----------
  [PowerPC] Implement builtins for xvcvspbf16 and xvcvbf16spn

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

Differential Revision: https://reviews.llvm.org/D86795




More information about the All-commits mailing list