[all-commits] [llvm/llvm-project] 8601f2: [Inline][Remark][NFC] Optionally provide inline co...

minglotus-6 via All-commits all-commits at lists.llvm.org
Thu Jun 2 13:15:54 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8601f269f1094fd833db6bd10335441ecee99cf5
      https://github.com/llvm/llvm-project/commit/8601f269f1094fd833db6bd10335441ecee99cf5
  Author: Mingming Liu <mingmingl at google.com>
  Date:   2022-06-02 (Thu, 02 Jun 2022)

  Changed paths:
    M llvm/include/llvm/Analysis/InlineAdvisor.h
    M llvm/lib/Analysis/InlineAdvisor.cpp

  Log Message:
  -----------
  [Inline][Remark][NFC] Optionally provide inline context to inline
advisor.

This patch has no functional change, and merely a preparation patch for
main functional change. The motivating use case is to annotate inline
remark pass name with context information (e.g. prelink or postlink,
CGSCC or always-inliner), see D125495 for more details.

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




More information about the All-commits mailing list