[all-commits] [llvm/llvm-project] e1cb98: [TTI] NFC: Change getCostOfKeepingLiveOverCall to ...

Daniil Fukalov via All-commits all-commits at lists.llvm.org
Fri May 21 05:18:39 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1cb98be2d2527800a66ec73cbf9b852d685c354
      https://github.com/llvm/llvm-project/commit/e1cb98be2d2527800a66ec73cbf9b852d685c354
  Author: Daniil Fukalov <daniil.fukalov at amd.com>
  Date:   2021-05-21 (Fri, 21 May 2021)

  Changed paths:
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h

  Log Message:
  -----------
  [TTI] NFC: Change getCostOfKeepingLiveOverCall to return InstructionCost.

This patch migrates the TTI cost interfaces to return an InstructionCost.

See this patch for the introduction of the type: https://reviews.llvm.org/D91174
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2020-November/146408.html

Reviewed By: sdesmalen

Differential Revision: https://reviews.llvm.org/D102831




More information about the All-commits mailing list