[all-commits] [llvm/llvm-project] fc4fd8: [StackSafety] Use ValueInfo in ParamAccess::Call

Vitaly Buka via All-commits all-commits at lists.llvm.org
Fri Aug 14 12:43:24 PDT 2020


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

  Changed paths:
    M llvm/include/llvm/Analysis/StackSafetyAnalysis.h
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/AsmParser/LLParser.h
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/test/Bitcode/thinlto-function-summary-paramaccess.ll

  Log Message:
  -----------
  [StackSafety] Use ValueInfo in ParamAccess::Call

This avoid GUID lookup in Index.findSummaryInModule.
Follow up for D81242.

Reviewed By: tejohnson

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




More information about the All-commits mailing list