[PATCH] D117480: [IR] Extend llvm.vector.reduce.fadd
Jun Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 17 06:42:47 PST 2022
junaire created this revision.
junaire added reviewers: fhahn, craig.topper, RKSimon, kpn, spatel, nikic.
Herald added subscribers: dexonsmith, hiraditya.
junaire requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.
This patch extend the @llvm.vector.reduce.fadd to take another integer
argument to indicate the order to apply.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D117480
Files:
llvm/include/llvm/IR/IRBuilder.h
llvm/include/llvm/IR/Intrinsics.td
llvm/lib/CodeGen/ExpandReductions.cpp
llvm/lib/IR/AutoUpgrade.cpp
llvm/lib/IR/IRBuilder.cpp
llvm/test/Verifier/reduction-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117480.400527.patch
Type: text/x-patch
Size: 7397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220117/8c14e5d4/attachment.bin>
More information about the llvm-commits
mailing list