[PATCH] D131220: [NFC][MLGO] ML Regalloc Priority Advisor
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 08:00:26 PDT 2022
mtrofin added inline comments.
================
Comment at: llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp:1
+#include "RegAllocGreedy.h"
+#include "llvm/CodeGen/MachineFunction.h"
----------------
file header
================
Comment at: llvm/lib/CodeGen/RegAllocPriorityAdvisor.h:1
+#include "llvm/Pass.h"
+
----------------
add a header (see other .h files)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131220/new/
https://reviews.llvm.org/D131220
More information about the llvm-commits
mailing list