[all-commits] [llvm/llvm-project] 29bb87: [PowerPC] Fix lharx and lbarx builtin signatures

Conanap via All-commits all-commits at lists.llvm.org
Thu Sep 30 20:36:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 29bb877499ce328f8f4a5d61e9bae94e5f97f908
      https://github.com/llvm/llvm-project/commit/29bb877499ce328f8f4a5d61e9bae94e5f97f908
  Author: Albion Fung <albionapc at gmail.com>
  Date:   2021-09-30 (Thu, 30 Sep 2021)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/test/CodeGen/builtins-ppc-xlcompat-LoadReseve-StoreCond.c

  Log Message:
  -----------
  [PowerPC] Fix lharx and lbarx builtin signatures

The signatures for the PowerPC builtins lharx and
lbarx are incorrect, and causes issues when used in a function
that requires the return of the builtin to be promoted.
This patch fixes these signatures.

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




More information about the All-commits mailing list