[PATCH] D146423: [Analys] Added new context analys for BB/Inst

Dmitry Bakunevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 07:31:31 PDT 2023


dbakunevich created this revision.
dbakunevich added reviewers: mkazantsev, apilipenko.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
dbakunevich requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Added a new analysis pass that allows collecting context information
about instructions and basic blocks. This analysis will help to give more
meaningful names for instructions and basic blocks in the MetaRenamer pass.
Also, this pass collects the full context for the given instruction/basic block.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146423

Files:
  llvm/include/llvm/Analysis/ContextAnalysis.h
  llvm/lib/Analysis/CMakeLists.txt
  llvm/lib/Analysis/ContextAnalysis.cpp
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/unittests/Analysis/CMakeLists.txt
  llvm/unittests/Analysis/ContextAnalysisTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146423.506576.patch
Type: text/x-patch
Size: 18756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230320/7c55c4a6/attachment.bin>


More information about the llvm-commits mailing list