[all-commits] [llvm/llvm-project] 0939e0: [PowerPC] Implement Vector Insert Builtins in LLVM...

biplmish via All-commits all-commits at lists.llvm.org
Fri Jul 3 13:36:30 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0939e04e417634f6d38ec4f06835fb80756afdd3
      https://github.com/llvm/llvm-project/commit/0939e04e417634f6d38ec4f06835fb80756afdd3
  Author: Biplob Mishra <biplmish at in.ibm.com>
  Date:   2020-07-03 (Fri, 03 Jul 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/builtins-ppc-p10permute.ll

  Log Message:
  -----------
  [PowerPC] Implement Vector Insert Builtins in LLVM/Clang

Implements vec_insertl() and vec_inserth().

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




More information about the All-commits mailing list