[TTI] Remove unnecessary default CostKind args from getExtendedReductionCost/getMulAc...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 13 Apr 2023 10:17:37 +0000 (11:17 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 13 Apr 2023 10:26:28 +0000 (11:26 +0100)
commit1afbdbd27d6b65649af23475c5f530ff15c736af
treef3a2c3e5a6e14122f8e56fbea141cf8b3b469764
parentfb8038db73f893c268ab69b17c1b5b193d40797d
[TTI] Remove unnecessary default CostKind args from getExtendedReductionCost/getMulAccReductionCost wrappers. NFC.

We should only ever call these from the TargetTransformInfo interface, which provides all the args.
llvm/include/llvm/Analysis/TargetTransformInfo.h