[all-commits] [llvm/llvm-project] 4eb107: [PowerPC] Add PowerPC population count, reversed l...
Victor Huang via All-commits
all-commits at lists.llvm.org
Thu Jul 15 15:24:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4eb107ccbad791098494c26dfc1d423ecf558ef7
https://github.com/llvm/llvm-project/commit/4eb107ccbad791098494c26dfc1d423ecf558ef7
Author: Victor Huang <wei.huang at ibm.com>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/lib/Basic/Targets/PPC.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/Sema/SemaChecking.cpp
A clang/test/CodeGen/builtins-ppc-xlcompat-load-store-reversed-64bit-only.c
A clang/test/CodeGen/builtins-ppc-xlcompat-load-store-reversed.c
A clang/test/CodeGen/builtins-ppc-xlcompat-popcnt.c
M llvm/include/llvm/IR/IntrinsicsPowerPC.td
M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
M llvm/lib/Target/PowerPC/PPCInstrInfo.td
A llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-load-store-reversed-64bit-only.ll
A llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-load-store-reversed.ll
A llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-popcnt.ll
Log Message:
-----------
[PowerPC] Add PowerPC population count, reversed load and store related builtins and instrinsics for XL compatibility
This patch is in a series of patches to provide builtins for compatibility
with the XL compiler. This patch adds the builtins and instrisics for population
count, reversed load and store related operations.
Reviewed By: nemanjai, #powerpc
Differential revision: https://reviews.llvm.org/D106021
More information about the All-commits
mailing list