[PATCH] D131930: [mlgo] Add in-development instruction based features for regalloc advisor

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 16:05:16 PDT 2022


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

Removed conditional compilation for the feature extraction for the in
development features and moved size constants to MLRegallocEvictAdvisor.h to
allow for the constants to be used during unit testing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131930

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131930.460937.patch
Type: text/x-patch
Size: 33067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220916/49cdd245/attachment-0001.bin>


More information about the llvm-commits mailing list