[all-commits] [llvm/llvm-project] 286073: [PowerPC]Implement Vector Permute Extended Builtin

biplmish via All-commits all-commits at lists.llvm.org
Thu Jul 2 12:53:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 286073484f7d36c8d0481be2a2f436f973389f54
      https://github.com/llvm/llvm-project/commit/286073484f7d36c8d0481be2a2f436f973389f54
  Author: Biplob Mishra <biplmish at in.ibm.com>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/lib/Headers/altivec.h
    M clang/lib/Sema/SemaChecking.cpp
    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/builtins-ppc-p10permute.ll

  Log Message:
  -----------
  [PowerPC]Implement Vector Permute Extended Builtin

Implements vector permute builtin: vec_permx()

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




More information about the All-commits mailing list