[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
Tue Sep 27 15:59:20 PDT 2022


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

Switched from using dummy pointer values in development regalloc feature
test to using pointers to actual MBBs in case we ever end up dereferencing
these values at some point in the future.


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.463356.patch
Type: text/x-patch
Size: 14285 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220927/1219fb4a/attachment.bin>


More information about the llvm-commits mailing list