[all-commits] [llvm/llvm-project] 8930af: [PowerPC] Implement XL compatibility builtin __addex

Lei Huang via All-commits all-commits at lists.llvm.org
Thu Aug 12 14:38:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8930af45c35b5224d3b90c8408957f6b7bfa1be0
      https://github.com/llvm/llvm-project/commit/8930af45c35b5224d3b90c8408957f6b7bfa1be0
  Author: Lei Huang <lei at ca.ibm.com>
  Date:   2021-08-12 (Thu, 12 Aug 2021)

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

  Log Message:
  -----------
  [PowerPC] Implement XL compatibility builtin __addex

Add builtin and intrinsic for `__addex`.

This patch is part of a series of patches to provide builtins for
compatibility with the XL compiler.

Reviewed By: stefanp, nemanjai, NeHuang

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




More information about the All-commits mailing list