[PATCH] D100317: [TTI] NFC: Change getArithmeticInstrCost to return InstructionCost

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 08:45:21 PDT 2021


sdesmalen added inline comments.


================
Comment at: llvm/lib/Target/X86/X86TargetTransformInfo.cpp:3422
                              CostKind)
                 .getValue() +
            getArithmeticReductionCost(Opcode, WideVecTy, IsPairwise, CostKind);
----------------
dmgreen wrote:
> I noticed this one, which can probably be removed now too?
You're right, fixed it now!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100317



More information about the llvm-commits mailing list