[all-commits] [llvm/llvm-project] 5c6d9b: [LTO, NFC] Skip generateParamAccessSummary when empty

Vitaly Buka via All-commits all-commits at lists.llvm.org
Thu Aug 6 19:01:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c6d9b2bbfafb47363b31ad06f2c21a9cc93e6ad
      https://github.com/llvm/llvm-project/commit/5c6d9b2bbfafb47363b31ad06f2c21a9cc93e6ad
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp

  Log Message:
  -----------
  [LTO,NFC] Skip generateParamAccessSummary when empty

addGlobalValueSummary can check newly added FunctionSummary
and set HasParamAccess to mark that generateParamAccessSummary
is needed.

Reviewed By: tejohnson

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




More information about the All-commits mailing list