[PATCH] D85269: [StackSafety] Use ValueInfo in ParamAccess::Call

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 18:52:27 PDT 2020


vitalybuka created this revision.
vitalybuka added a reviewer: tejohnson.
Herald added subscribers: llvm-commits, arphaman, dexonsmith, steven_wu, hiraditya.
Herald added a project: LLVM.
vitalybuka requested review of this revision.

This avoid GUID lookup in Index.findSummaryInModule.
Follow up for D81242 <https://reviews.llvm.org/D81242>.

Depends on D85238 <https://reviews.llvm.org/D85238>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85269

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85269.283103.patch
Type: text/x-patch
Size: 15484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200805/e3e8e351/attachment.bin>


More information about the llvm-commits mailing list