[PATCH] D86791: [ARM] Correct predicate offset for offset gather/scatter

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 28 09:08:22 PDT 2020


dmgreen created this revision.
dmgreen added reviewers: anwel, samparker, SjoerdMeijer.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
dmgreen requested review of this revision.

These arm_mve_vldr_gather_offset_predicated  and arm_mve_vstr_scatter_offset_predicated have some extra parameters meaning the predicate is at a later operand. If a loop contains _only_ those masked instructions, we would miss transforming the active lane mask.


https://reviews.llvm.org/D86791

Files:
  llvm/lib/Target/ARM/MVETailPredication.cpp
  llvm/test/CodeGen/Thumb2/mve-gather-scatter-tailpred.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86791.288626.patch
Type: text/x-patch
Size: 11747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200828/599c12f4/attachment.bin>


More information about the llvm-commits mailing list