[PATCH] D93476: [LV][ARM] Inloop reduction cost modelling

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 08:55:39 PST 2021


dmgreen updated this revision to Diff 318226.
dmgreen added a comment.

Oh, that's a good idea! Updated to use InstructionCost where it can. Thanks.


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

https://reviews.llvm.org/D93476

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/ARM/ARMTargetTransformInfo.cpp
  llvm/lib/Target/ARM/ARMTargetTransformInfo.h
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/ARM/mve-reduction-types.ll
  llvm/test/Transforms/LoopVectorize/ARM/mve-reductions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93476.318226.patch
Type: text/x-patch
Size: 73463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210121/1af8194d/attachment.bin>


More information about the llvm-commits mailing list