diff options
author | Kyungwoo Lee <kyulee@meta.com> | 2025-07-19 12:43:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-19 12:43:48 -0700 |
commit | 52bcc7b170b4f16949d650987427f7f898e9cddb (patch) | |
tree | 88870719fb1ec4fad922252d3ae0a251ea042ab2 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | dc89a910aa153ebf9d4fa57edeefe4bcec1d1014 (diff) | |
download | llvm-52bcc7b170b4f16949d650987427f7f898e9cddb.zip llvm-52bcc7b170b4f16949d650987427f7f898e9cddb.tar.gz llvm-52bcc7b170b4f16949d650987427f7f898e9cddb.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions