[PATCH] D115231: [Clang] Add __builtin_reduce_xor

Jun Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 9 00:16:11 PST 2021


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

Fix failing CI by running: 
arc diff `git merge-base HEAD origin` --update D115231 <https://reviews.llvm.org/D115231>


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/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.393057.patch
Type: text/x-patch
Size: 4619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211209/54b51073/attachment.bin>


More information about the cfe-commits mailing list