This revision was automatically updated to reflect the committed changes.
Closed by commit rGa23291b7db48: [Clang] Add integer add reduction builtin
(authored by RKSimon).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124741/new/
https://reviews.llv
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM, thanks
> For other reductions, we've tried to share builtins for float/integer
> vectors, but the fadd reduction builtins also take a starting value argument.
> Technically I could suppor
RKSimon created this revision.
RKSimon added reviewers: fhahn, scanon, aaron.ballman, craig.topper.
Herald added a subscriber: StephenFan.
Herald added a project: All.
RKSimon requested review of this revision.
Herald added a project: clang.
Similar to the existing bitwise reduction builtins, this