[all-commits] [llvm/llvm-project] 880b64: [SimplifyCFG] NFC: Rename static methods to clang-...

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Mon Feb 1 08:14:56 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 880b64aa228fdc0152b8bb9e88e4ff83f5d0e43a
      https://github.com/llvm/llvm-project/commit/880b64aa228fdc0152b8bb9e88e4ff83f5d0e43a
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2021-02-01 (Mon, 01 Feb 2021)

  Changed paths:
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp

  Log Message:
  -----------
  [SimplifyCFG] NFC: Rename static methods to clang-tidy standards.

This patch is a precursor to D95351, which changes the signature
of these methods.


  Commit: bf294953e77089c314e431a7eb238cb353aa44d5
      https://github.com/llvm/llvm-project/commit/bf294953e77089c314e431a7eb238cb353aa44d5
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2021-02-01 (Mon, 01 Feb 2021)

  Changed paths:
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp

  Log Message:
  -----------
  NFC: Migrate SimplifyCFG to work on InstructionCost

This patch migrates cost values and arithmetic to work on InstructionCost.
When the interfaces to TargetTransformInfo are changed, any InstructionCost
state will propagate naturally.

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: spatel

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


Compare: https://github.com/llvm/llvm-project/compare/580552120785...bf294953e770


More information about the All-commits mailing list