[PATCH] D86538: [ARM] Add basic masked load/store costs

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 06:40:59 PDT 2020


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

This adds some basic MVE masked load/store costs, notably changing the cost of legal loads/stores to the MVECostFactor and the cost of scalarized instructions to 8*NumElts.


https://reviews.llvm.org/D86538

Files:
  llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
  llvm/lib/Target/ARM/ARMTargetTransformInfo.h
  llvm/test/Analysis/CostModel/ARM/cast_ldst.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86538.287644.patch
Type: text/x-patch
Size: 99670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200825/24eb2df4/attachment.bin>


More information about the llvm-commits mailing list