[all-commits] [llvm/llvm-project] 9c710e: [TTI] NFC: Reduce InstructionCost::getValue() usag...

Daniil Fukalov via All-commits all-commits at lists.llvm.org
Fri Aug 26 06:38:13 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c710ebbdb6079b4176c1b89daf525f0f0e6499c
      https://github.com/llvm/llvm-project/commit/9c710ebbdb6079b4176c1b89daf525f0f0e6499c
  Author: Daniil Fukalov <1671137+dfukalov at users.noreply.github.com>
  Date:   2022-08-26 (Fri, 26 Aug 2022)

  Changed paths:
    M llvm/include/llvm/Support/InstructionCost.h
    M llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
    M llvm/lib/Transforms/IPO/PartialInlining.cpp
    M llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
    M llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

  Log Message:
  -----------
  [TTI] NFC: Reduce InstructionCost::getValue() usage...

in order to propagate `InstructionCost` value upper.

Reviewed By: fhahn

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




More information about the All-commits mailing list