[all-commits] [llvm/llvm-project] d40e80: [PowerPC] Add PowerPC rotate related builtins and ...
Victor Huang via All-commits
all-commits at lists.llvm.org
Thu Jul 15 08:26:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d40e8091bd1f48e8d3f64e4f99952f0139e9c27b
https://github.com/llvm/llvm-project/commit/d40e8091bd1f48e8d3f64e4f99952f0139e9c27b
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/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Sema/Sema.h
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-error.c
A clang/test/CodeGen/builtins-ppc-xlcompat-rotate.c
Log Message:
-----------
[PowerPC] Add PowerPC rotate related builtins and emit target independent code 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 emit target independent
code for rotate related operations.
Reviewed By: nemanjai, #powerpc
Differential revision: https://reviews.llvm.org/D104744
More information about the All-commits
mailing list