[all-commits] [llvm/llvm-project] 37e767: [PowerPC] Implement Move to VSR Mask builtins in L...

Amy Kwan via All-commits all-commits at lists.llvm.org
Fri Sep 18 16:16:39 PDT 2020


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

  Changed paths:
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/lib/Headers/altivec.h
    M clang/test/CodeGen/builtins-ppc-p10vector.c
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    M llvm/test/CodeGen/PowerPC/p10-vector-mask-ops.ll

  Log Message:
  -----------
  [PowerPC] Implement Move to VSR Mask builtins in LLVM/Clang

This patch implements the vec_gen[b|h|w|d|q]m function prototypes in altivec.h
in order to utilize the move to VSR with mask instructions introduced in Power10.

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




More information about the All-commits mailing list