[PATCH] D100205: [TTI] NFC: Change get[Interleaved]MemoryOpCost to return InstructionCost

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 12 08:18:40 PDT 2021


sdesmalen added a comment.

Thanks for the review @dmgreen!



================
Comment at: llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp:1020
 
 int AArch64TTIImpl::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) {
+  InstructionCost Cost = 0;
----------------
dmgreen wrote:
> Is this going to be converted too? Hopefully it's pretty mechanical at this point, like these others.
Yes, I have a bunch more patches that follow this one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100205



More information about the llvm-commits mailing list