[all-commits] [llvm/llvm-project] b31470: [PowerPC] Implement the 128-bit Vector Divide Exte...

Amy Kwan via All-commits all-commits at lists.llvm.org
Tue Sep 22 09:32:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b3147058dec7d42ae0284d6e6edf25eb762c8b89
      https://github.com/llvm/llvm-project/commit/b3147058dec7d42ae0284d6e6edf25eb762c8b89
  Author: Amy Kwan <amy.kwan1 at ibm.com>
  Date:   2020-09-22 (Tue, 22 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-divide.ll

  Log Message:
  -----------
  [PowerPC] Implement the 128-bit Vector Divide Extended Builtins in Clang/LLVM

This patch implements the 128-bit vector divide extended builtins in Clang/LLVM.
These builtins map to the vdivesq and vdiveuq instructions respectively.

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


  Commit: 079757b551f3ab5218af7344a7ab3c79976ec478
      https://github.com/llvm/llvm-project/commit/079757b551f3ab5218af7344a7ab3c79976ec478
  Author: Amy Kwan <amy.kwan1 at ibm.com>
  Date:   2020-09-22 (Tue, 22 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/PPCISelDAGToDAG.cpp
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    M llvm/test/CodeGen/PowerPC/p10-string-ops.ll

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

This patch implements the vector string isolate (predicate and non-predicate
versions) builtins. The predicate builtins are custom selected within PPCISelDAGToDAG.

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


Compare: https://github.com/llvm/llvm-project/compare/4dada8d617d8...079757b551f3


More information about the All-commits mailing list