[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 00:23:21 PDT 2020


aemerson created this revision.
aemerson added reviewers: arsenm, paquette, foad.
aemerson added a project: LLVM.
Herald added subscribers: hiraditya, rovka.
aemerson requested review of this revision.
Herald added a subscriber: wdng.

In order to prevent the ExpandReductions pass from expand some intrinsics before they get to codegen, I had to add a -disable-expand-reductions flag for testing purposes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89028

Files:
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-reductions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89028.296877.patch
Type: text/x-patch
Size: 12787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201008/e3ca3658/attachment.bin>


More information about the llvm-commits mailing list