[PATCH] D122478: [PowerPC] Add max/min intrinsics to Clang and PPC backend
Ting Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 1 03:55:18 PDT 2022
tingwang updated this revision to Diff 419704.
tingwang added a comment.
Update based on comments:
(1) Reuse diag error message.
(2) Update clang test case for those diag messages.
(3) Add TODO comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122478/new/
https://reviews.llvm.org/D122478
Files:
clang/include/clang/Basic/BuiltinsPPC.def
clang/lib/Basic/Targets/PPC.cpp
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/Sema/SemaChecking.cpp
clang/test/CodeGen/PowerPC/builtins-ppc.c
clang/test/Sema/builtins-ppc.c
llvm/include/llvm/IR/IntrinsicsPowerPC.td
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-maxmin.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122478.419704.patch
Type: text/x-patch
Size: 21129 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220401/15db2012/attachment-0001.bin>
More information about the cfe-commits
mailing list