[PATCH] D105484: [TTI] Remove IsPairwiseForm from getArithmeticReductionCost
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 7 01:23:10 PDT 2021
david-arm added a comment.
Looks like a nice tidy-up!
================
Comment at: llvm/include/llvm/Analysis/TargetTransformInfo.h:889
- static ReductionKind matchPairwiseReduction(
- const ExtractElementInst *ReduxRoot, unsigned &Opcode, VectorType *&Ty);
----------------
Can we also now remove the `ReductionKind` enum too?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105484/new/
https://reviews.llvm.org/D105484
More information about the llvm-commits
mailing list