[PATCH] D132968: [TTI] Account for FMA opportunities in getArithmeticInstrCost.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 12:42:46 PDT 2022


fhahn created this revision.
fhahn added reviewers: ABataev, spatel, RKSimon, wjschmidt, dmgreen.
Herald added a subscriber: hiraditya.
Herald added a project: All.
fhahn requested review of this revision.
Herald added a subscriber: pcwang-thead.
Herald added a project: LLVM.

TTI-based alternative to D132872 <https://reviews.llvm.org/D132872>.

Depends on D132967 <https://reviews.llvm.org/D132967>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132968

Files:
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  llvm/test/Transforms/SLPVectorizer/AArch64/slp-fma-loss.ll
  llvm/test/Transforms/SLPVectorizer/X86/slp-fma-loss.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132968.456763.patch
Type: text/x-patch
Size: 10119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220830/9a8c6d29/attachment.bin>


More information about the llvm-commits mailing list