[all-commits] [llvm/llvm-project] 18c194: [PowerPC] Add PowerPC compare and multiply related...

Victor Huang via All-commits all-commits at lists.llvm.org
Tue Jul 13 14:55:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 18c19414eb70578d4c487d6f4b0f438aead71d6a
      https://github.com/llvm/llvm-project/commit/18c19414eb70578d4c487d6f4b0f438aead71d6a
  Author: Victor Huang <wei.huang at ibm.com>
  Date:   2021-07-13 (Tue, 13 Jul 2021)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Sema/SemaChecking.cpp
    A clang/test/CodeGen/builtins-ppc-xlcompat-multiply-64bit-only.c
    A clang/test/CodeGen/builtins-ppc-xlcompat-multiply.c
    A clang/test/CodeGen/builtins-ppc-xlcompat-pwr9-64bit.c
    A clang/test/CodeGen/builtins-ppc-xlcompat-pwr9-error.c
    A clang/test/CodeGen/builtins-ppc-xlcompat-pwr9.c
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    A llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-compare-64bit-only.ll
    A llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-compare.ll
    A llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-multiply-64bit-only.ll
    A llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-multiply.ll

  Log Message:
  -----------
  [PowerPC] Add PowerPC compare and multiply related builtins and instrinsics for XL compatibility

This patch is in a series of patches to provide builtins for compatibility
with the XL compiler. This patch adds the builtins and instrisics for compare
and multiply related operations.

Reviewed By: nemanjai, #powerpc

Differential revision: https://reviews.llvm.org/D102875




More information about the All-commits mailing list