Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Address latest comments, also add early exit to lambda to reduce indent, compare against FAdd cost as suggested by @dmgreen.
Paths
| Differential D132968
[TTI] Account for FMA opportunities in getArithmeticInstrCost. Needs ReviewPublic Authored by fhahn on Aug 30 2022, 12:42 PM.
Details
Diff Detail
Event TimelineComment Actions Address latest comments, also add early exit to lambda to reduce indent, compare against FAdd cost as suggested by @dmgreen. fhahn added inline comments.
Revision Contents
Diff 456977 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
|
Use TTI::TCC_Free