[all-commits] [llvm/llvm-project] 62ba48: [PowerPC] Implement Vector Replace Builtins in LLVM

biplmish via All-commits all-commits at lists.llvm.org
Tue Jul 7 10:24:44 PDT 2020


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

  Changed paths:
    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 Replace Builtins in LLVM

Provide the LLVM intrinsics needed to implement vector replace element
builtins in altivec.h which will be added in a subsequent patch.

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




More information about the All-commits mailing list