[PATCH] D141602: [TTI][AArch64] Cost model insertelement and indexed LD1 instructions

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 09:12:21 PST 2023


SjoerdMeijer updated this revision to Diff 490552.
SjoerdMeijer added a comment.

I am struggling with my motivating example for the SLP vectoriser. There are multiple things going on, and this doesn't seem to make a difference.
So for now, this "looks more correct" to me as index LD1s are expensive. If you're not convinced, I am happy to park this for now.


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

https://reviews.llvm.org/D141602

Files:
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
  llvm/test/Analysis/CostModel/AArch64/insert-extract.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141602.490552.patch
Type: text/x-patch
Size: 7722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230119/58a89ac2/attachment.bin>


More information about the llvm-commits mailing list