[PATCH] D110259: [SVE][Analysis] Tune the cost model according to the tune-cpu attribute

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 20 09:08:20 PDT 2021


david-arm updated this revision to Diff 380984.
david-arm added a comment.

- Updated vscale for cortex-a510.
- Changed gather/scatter CHECK lines to refer to the VSCALE value rather than the CPU.
- Added a cortex-a510 RUN line to the gather/scatter tests.


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

https://reviews.llvm.org/D110259

Files:
  llvm/lib/Target/AArch64/AArch64Subtarget.cpp
  llvm/lib/Target/AArch64/AArch64Subtarget.h
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
  llvm/test/Analysis/CostModel/AArch64/sve-gather.ll
  llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
  llvm/test/Analysis/CostModel/AArch64/sve-scatter.ll
  llvm/test/Transforms/LoopVectorize/AArch64/sve-strict-fadd-cost.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110259.380984.patch
Type: text/x-patch
Size: 43299 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211020/e57ac007/attachment.bin>


More information about the llvm-commits mailing list