[PATCH] D71743: [ARM][MVE] Enable masked gathers from vector of pointers

Anna Welker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 05:32:18 PST 2020


anwel updated this revision to Diff 236330.
anwel marked 2 inline comments as done.
anwel retitled this revision from "[TTI][ARM][MVE] Enable masked gathers from vector of pointers" to "[ARM][MVE] Enable masked gathers from vector of pointers".
anwel edited the summary of this revision.
anwel added a comment.
Herald added a subscriber: mgorny.

Moved the transformation of the gather from ARMTargetTransformInfo to a separate FunctionPass.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71743/new/

https://reviews.llvm.org/D71743

Files:
  llvm/lib/Target/ARM/ARM.h
  llvm/lib/Target/ARM/ARMTargetMachine.cpp
  llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
  llvm/lib/Target/ARM/ARMTargetTransformInfo.h
  llvm/lib/Target/ARM/CMakeLists.txt
  llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
  llvm/test/CodeGen/ARM/O3-pipeline.ll
  llvm/test/CodeGen/Thumb2/mve-gather-ind32-scaled.ll
  llvm/test/CodeGen/Thumb2/mve-gather-ind32-unscaled.ll
  llvm/test/CodeGen/Thumb2/mve-gather-ptrs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71743.236330.patch
Type: text/x-patch
Size: 30351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200106/aa997bfa/attachment.bin>


More information about the llvm-commits mailing list