aco: move instruction selection files to /compiler/instruction selection/ subfolder
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34977>
This commit is contained in:
committed by
Marge Bot
parent
85a4ec32e8
commit
62a92417ef
@@ -31,11 +31,11 @@ aco_builder_h = custom_target(
|
||||
)
|
||||
|
||||
libaco_files = files(
|
||||
'instruction_selection/aco_instruction_selection.cpp',
|
||||
'instruction_selection/aco_instruction_selection.h',
|
||||
'instruction_selection/aco_isel_setup.cpp',
|
||||
'aco_dead_code_analysis.cpp',
|
||||
'aco_dominance.cpp',
|
||||
'aco_instruction_selection.cpp',
|
||||
'aco_instruction_selection.h',
|
||||
'aco_isel_setup.cpp',
|
||||
'aco_interface.cpp',
|
||||
'aco_interface.h',
|
||||
'aco_ir.cpp',
|
||||
|
||||
Reference in New Issue
Block a user