[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 17:53:08 PDT 2022
aidengrossman updated this revision to Diff 460951.
aidengrossman added a comment.
Changed test setup to use SlotIndex constructor instead of setting the
ListIndexEntry pointer directly by getting rid of the pointer setter
and making the constructor public with a comment nothing that the
constructor isn't for general public consumption.
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.460951.patch
Type: text/x-patch
Size: 33607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220917/7b0fee27/attachment-0001.bin>
More information about the llvm-commits
mailing list