[PATCH] D138368: [MLGO] Add LoopPropertiesAnalysis and its printer pass

Yueh-Ting (eop) Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 19 16:38:11 PST 2022


eopXD created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
eopXD requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The analysis will be used to extract features from loop. Features will
be logged as data when interacting with NoInferenceModelRunner, or
be fed to the ML advisor.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138368

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138368.476711.patch
Type: text/x-patch
Size: 15391 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221120/2fbe4062/attachment.bin>


More information about the llvm-commits mailing list