[PATCH] D134166: [MLGO] Add per-instruction MBB frequencies to regalloc dev features

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 24 00:08:29 PDT 2022


aidengrossman updated this revision to Diff 462649.
aidengrossman added a comment.

Moved from mapping MBBs to indicies through the use of MBB pointers rather
than grabbing their names as strings.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134166

Files:
  llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
  llvm/lib/CodeGen/MLRegallocEvictAdvisor.h
  llvm/test/CodeGen/MLRegalloc/dev-mode-extra-features-logging.ll
  llvm/unittests/CodeGen/MLRegallocDevelopmentFeatures.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134166.462649.patch
Type: text/x-patch
Size: 13527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220924/992c6fda/attachment.bin>


More information about the llvm-commits mailing list