Files
llvm-project/llvm/lib/CodeGen/RegAllocBasic.cpp
Kyungwoo Lee 52bcc7b170 [NFC][RA] Refactor RABasic into a Separate Header (#149555)
This change refactors the RABasic type by moving it from
RegAllocBasic.cpp to a new header file, RegAllocBasic.h. This separation
of header and implementation aligns with the structure used by other
register allocators, such as RegAllocGreedy. The refactoring is intended
to facilitate future use of RABasic in other contexts.
2025-07-19 12:43:48 -07:00

9.6 KiB