[PATCH] D89028: [GlobalISel] Add translation support for vector reduction intrinsics
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 8 08:08:55 PDT 2020
aemerson added inline comments.
================
Comment at: llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp:2178
+ }
+ MIRBuilder.buildInstr(Opc, {Dst}, {ScalarSrc, VecSrc});
+ return true;
----------------
aemerson wrote:
> arsenm wrote:
> > Drops other fast math flags
> Are the flags relevant after translation for these?
I’ll propagate them anyway.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89028/new/
https://reviews.llvm.org/D89028
More information about the llvm-commits
mailing list