[PATCH] D72856: [ARM][MVE] Enable masked scatter

Anna Welker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 09:16:26 PST 2020


anwel created this revision.
anwel added reviewers: dmgreen, SjoerdMeijer, samparker, efriedma, craig.topper, RKSimon.
anwel added a project: LLVM.
Herald added subscribers: llvm-commits, hiraditya, kristof.beyls.

This patch extends the gather/scatter pass in MVEGatherScatterLowering.cpp to enable the transformation of masked scatters into calls to arm's masked scatter intrinsic.


https://reviews.llvm.org/D72856

Files:
  llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
  llvm/lib/Target/ARM/ARMTargetTransformInfo.h
  llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
  llvm/test/CodeGen/Thumb2/mve-scatter-ind16-scaled.ll
  llvm/test/CodeGen/Thumb2/mve-scatter-ind16-unscaled.ll
  llvm/test/CodeGen/Thumb2/mve-scatter-ind32-scaled.ll
  llvm/test/CodeGen/Thumb2/mve-scatter-ind32-unscaled.ll
  llvm/test/CodeGen/Thumb2/mve-scatter-ind8-unscaled.ll
  llvm/test/CodeGen/Thumb2/mve-scatter-ptrs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72856.238523.patch
Type: text/x-patch
Size: 81869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200116/472b9306/attachment-0001.bin>


More information about the llvm-commits mailing list