[all-commits] [llvm/llvm-project] c8937b: [PowerPC] Implement XL compact math builtins

Lei Huang via All-commits all-commits at lists.llvm.org
Fri Jul 16 11:21:26 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c8937b6cb9751807de1e69f0f0f70a9a58f8f5dc
      https://github.com/llvm/llvm-project/commit/c8937b6cb9751807de1e69f0f0f70a9a58f8f5dc
  Author: Lei Huang <lei at ca.ibm.com>
  Date:   2021-07-16 (Fri, 16 Jul 2021)

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

  Log Message:
  -----------
  [PowerPC] Implement XL compact math builtins

Implement a subset of builtins required for compatiblilty with AIX XL compiler.

Reviewed By: nemanjai

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




More information about the All-commits mailing list