[PATCH] D117829: [Clang] Add integer mul reduction builtin

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 2 03:32:02 PDT 2022


RKSimon updated this revision to Diff 426366.
RKSimon retitled this revision from "[Clang] Add integer add/mul reduction builtins" to "[Clang] Add integer mul reduction builtin".
RKSimon edited the summary of this revision.
RKSimon added a comment.

Just handle the mul case now that D124741 <https://reviews.llvm.org/D124741> has landed


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117829

Files:
  clang/include/clang/Basic/Builtins.def
  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: D117829.426366.patch
Type: text/x-patch
Size: 4445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220502/57a74063/attachment-0001.bin>


More information about the cfe-commits mailing list