[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:53:42 PST 2022


eopXD added a comment.

This pass mimics `FunctionPropertiesAnalysis`.

The follow-up patches will be extending MLGO onto helping the loop partial unroll decision, using this pass to extract features of a loop.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138368/new/

https://reviews.llvm.org/D138368



More information about the llvm-commits mailing list