[PATCH] D89028: [GlobalISel] Add translation support for vector reduction intrinsics
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 8 07:01:45 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp:2178
+ }
+ MIRBuilder.buildInstr(Opc, {Dst}, {ScalarSrc, VecSrc});
+ return true;
----------------
Drops other fast math flags
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