[all-commits] [llvm/llvm-project] 70391b: [PowerPC] FP compare and test XL compat builtins.

Quinn Pham via All-commits all-commits at lists.llvm.org
Tue Sep 28 09:02:04 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70391b3468b8a4a07b49df88d7fa88c9644cda77
      https://github.com/llvm/llvm-project/commit/70391b3468b8a4a07b49df88d7fa88c9644cda77
  Author: Quinn Pham <Quinn.Pham at ibm.com>
  Date:   2021-09-28 (Tue, 28 Sep 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/CodeGen/CGBuiltin.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/test/CodeGen/builtins-ppc-xlcompat-pwr9-error.c
    A clang/test/CodeGen/builtins-ppc-xlcompat-test.c
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    A llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-test.ll

  Log Message:
  -----------
  [PowerPC] FP compare and test XL compat builtins.

This patch is in a series of patches to provide builtins for
compatability with the XL compiler. This patch adds builtins for compare
exponent and test data class operations on floating point values.

Reviewed By: #powerpc, lei

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




More information about the All-commits mailing list