[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:06:03 PDT 2020
aemerson added inline comments.
================
Comment at: llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp:2178
+ }
+ MIRBuilder.buildInstr(Opc, {Dst}, {ScalarSrc, VecSrc});
+ return true;
----------------
arsenm wrote:
> Drops other fast math flags
Are the flags relevant after translation for these?
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