[PATCH] D111630: [LoopVectorize][CostModel] Update cost model for fmuladd intrinsic

Rosie Sumpter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 15 07:40:20 PDT 2021


RosieSumpter updated this revision to Diff 380003.
RosieSumpter added a comment.

- Moved the addition of ##FMulAdd## as a recurrence kind in ##AArch64TTIImpl::isLegalToVectorizeReduction## to D111555 <https://reviews.llvm.org/D111555>
- There are no longer changes to the scalable-strict-fadd.ll test


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

https://reviews.llvm.org/D111630

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/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/strict-fadd-cost.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111630.380003.patch
Type: text/x-patch
Size: 8529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211015/8f5a43f9/attachment.bin>


More information about the llvm-commits mailing list