[PATCH] D115231: [Clang] Add __builtin_reduce_xor

Jun Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 21 20:39:50 PST 2021


junaire updated this revision to Diff 395791.
junaire added a comment.

- rebase to main.
- rename `PrepareBuiltinReduceMathOneArg` to `prepareBuiltinReduceMathOneArgCall`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115231/new/

https://reviews.llvm.org/D115231

Files:
  clang/include/clang/Basic/Builtins.def
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/include/clang/Sema/Sema.h
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/lib/Sema/SemaChecking.cpp
  clang/test/CodeGen/builtins-reduction-math.c
  clang/test/Sema/builtins-reduction-math.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115231.395791.patch
Type: text/x-patch
Size: 6360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211222/aae3bb05/attachment.bin>


More information about the cfe-commits mailing list