[all-commits] [llvm/llvm-project] f36427: [FuncSpec][NFC] Cache code metrics for analyzed fu...

Alexandros Lamprineas via All-commits all-commits at lists.llvm.org
Fri Apr 1 02:59:15 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f364278c459c4ed1dfc4e0d16af5af3d23f9ec15
      https://github.com/llvm/llvm-project/commit/f364278c459c4ed1dfc4e0d16af5af3d23f9ec15
  Author: Alexandros Lamprineas <alexandros.lamprineas at arm.com>
  Date:   2022-04-01 (Fri, 01 Apr 2022)

  Changed paths:
    M llvm/lib/Transforms/IPO/FunctionSpecialization.cpp

  Log Message:
  -----------
  [FuncSpec][NFC] Cache code metrics for analyzed functions.

This isn't expected to reduce compilation times as 'max-iters' is set to
one by default, but it helps with recursive functions that require higher
iteration counts.

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




More information about the All-commits mailing list