[all-commits] [llvm/llvm-project] d7eb91: [PowerPC] Implementation of 128-bit Binary Vector ...

Conanap via All-commits all-commits at lists.llvm.org
Tue Sep 22 23:19:11 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d7eb917a7cb793f49e16841fc24826b988dd5c8f
      https://github.com/llvm/llvm-project/commit/d7eb917a7cb793f49e16841fc24826b988dd5c8f
  Author: Albion Fung <albionapc at gmail.com>
  Date:   2020-09-23 (Wed, 23 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 clang/test/CodeGen/builtins-ppc-p9vector.c
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCInstrAltivec.td
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    M llvm/test/CodeGen/PowerPC/p10-vector-modulo.ll
    A llvm/test/CodeGen/PowerPC/p10-vector-sign-extend.ll
    A llvm/test/CodeGen/PowerPC/p9-vector-sign-extend.ll

  Log Message:
  -----------
  [PowerPC] Implementation of 128-bit Binary Vector Mod and Sign Extend builtins

This patch implements 128-bit Binary Vector Mod and Sign Extend builtins for PowerPC10.

Differential: https://reviews.llvm.org/D87394#inline-815858




More information about the All-commits mailing list