[all-commits] [llvm/llvm-project] 1a762f: [PowerPC] Add PowerPC cmpb builtin and emit target...
Victor Huang via All-commits
all-commits at lists.llvm.org
Tue Jul 20 11:10:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a762f93f81640768dc9e9d933780fff32cfa639
https://github.com/llvm/llvm-project/commit/1a762f93f81640768dc9e9d933780fff32cfa639
Author: Victor Huang <wei.huang at ibm.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/lib/Basic/Targets/PPC.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
A clang/test/CodeGen/builtins-ppc-xlcompat-compare.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-cmpb-32.ll
A llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-cmpb-64.ll
Log Message:
-----------
[PowerPC] Add PowerPC cmpb builtin and emit target indepedent code for XL compatibility
This patch is in a series of patches to provide builtins for compatibility
with the XL compiler. This patch add the builtin and emit target independent
code for __cmpb.
Reviewed By: nemanjai, #powerpc
Differential revision: https://reviews.llvm.org/D105194
More information about the All-commits
mailing list