[PATCH] D93639: [AArch64][SVE]Add cost model for vector reduce for scalable vector

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 10:18:21 PST 2021


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

-remove redundant code 
-change getArithmeticReductionCostScalableVectorType to getArithmeticReductionCostSVE
-replace unsigned by int


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93639

Files:
  llvm/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
  llvm/test/Analysis/CostModel/AArch64/sve-getIntrinsicInstrCost-vector-reduce.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93639.316442.patch
Type: text/x-patch
Size: 11283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210113/5d59f1fe/attachment.bin>


More information about the llvm-commits mailing list