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

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 12 07:45:27 PDT 2021


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

This LGTM too.



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


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