[PATCH] D122478: [PowerPC] Add max/min intrinsics to Clang and PPC backend

Ting Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 00:56:24 PDT 2022


tingwang updated this revision to Diff 418509.
tingwang added a comment.

Update test case to show that we need D122462 <https://reviews.llvm.org/D122462> to fix the crash.


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/include/clang/Basic/DiagnosticSemaKinds.td
  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
  llvm/test/CodeGen/PowerPC/maxmin-select-cc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122478.418509.patch
Type: text/x-patch
Size: 15505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220328/f31c252c/attachment-0001.bin>


More information about the llvm-commits mailing list