[PATCH] D96287: [TTI] Change getOperandsScalarizationOverhead to take Type args

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 04:22:10 PST 2021


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

Pass Tys array to getScalarizationOverhead


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

https://reviews.llvm.org/D96287

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/AMDGPU/AMDGPUTargetTransformInfo.cpp
  llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
  llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
  llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
  llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Analysis/CostModel/PowerPC/matrix.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96287.322946.patch
Type: text/x-patch
Size: 15313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210211/52bd538e/attachment.bin>


More information about the llvm-commits mailing list