[PATCH] D93030: [AArch64][SVE]Add cost model for masked gather and scatter for scalable vector.

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 05:44:02 PST 2021


CarolineConcatto updated this revision to Diff 314369.
CarolineConcatto added a comment.

- remove TODO from MaxVScale assert
- replace LVF by LegalVF
- rewrite return equation


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93030

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
  llvm/test/Analysis/CostModel/AArch64/sve-getIntrinsicInstrCost-gather.ll
  llvm/test/Analysis/CostModel/AArch64/sve-getIntrinsicInstrCost-scatter.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93030.314369.patch
Type: text/x-patch
Size: 12034 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210104/c07e2177/attachment.bin>


More information about the llvm-commits mailing list