[llvm-branch-commits] [llvm] NFC: Move RegAlloc headers to include dir (PR #119672)
Akshat Oke via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Dec 12 01:05:08 PST 2024
================
@@ -142,7 +142,7 @@ class LLVM_LIBRARY_VISIBILITY InterferenceCache {
// Point to an entry for each physreg. The entry pointed to may not be up to
// date, and it may have been reused for a different physreg.
- unsigned char* PhysRegEntries = nullptr;
+ unsigned char *PhysRegEntries = nullptr;
----------------
optimisan wrote:
Yes I can put the new greedy pass in a header instead.
https://github.com/llvm/llvm-project/pull/119672
More information about the llvm-branch-commits
mailing list