[all-commits] [llvm/llvm-project] 26ea4a: [PowerPC] Add PowerPC "__stbcx" builtin and intrin...
Victor Huang via All-commits
all-commits at lists.llvm.org
Thu Jul 22 08:49:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 26ea4a4432431ce581e46746fa93981ad7f891d0
https://github.com/llvm/llvm-project/commit/26ea4a4432431ce581e46746fa93981ad7f891d0
Author: Victor Huang <wei.huang at ibm.com>
Date: 2021-07-22 (Thu, 22 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-pwr8.c
M llvm/include/llvm/IR/IntrinsicsPowerPC.td
M llvm/lib/Target/PowerPC/PPCInstrInfo.td
M llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-LoadReserve-StoreCond.ll
Log Message:
-----------
[PowerPC] Add PowerPC "__stbcx" builtin and intrinsic for XL compatibility
This patch is in a series of patches to provide builtins for compatibility
with the XL compiler. This patch adds the builtin and intrinsic for "__stbcx".
Reviewed By: nemanjai, #powerpc
Differential revision: https://reviews.llvm.org/D106484
More information about the All-commits
mailing list