intel/compiler: Mark virtual_grf_interferes and vars_interfere as const
Reviewed-by: Matt Turner <mattst88@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4012>
This commit is contained in:

committed by
Matt Turner

parent
ab6d792986
commit
3ceb496cdf
@@ -151,7 +151,7 @@ public:
|
||||
bool remove_extra_rounding_modes();
|
||||
|
||||
bool opt_sampler_eot();
|
||||
bool virtual_grf_interferes(int a, int b);
|
||||
bool virtual_grf_interferes(int a, int b) const;
|
||||
void schedule_instructions(instruction_scheduler_mode mode);
|
||||
void insert_gen4_send_dependency_workarounds();
|
||||
void insert_gen4_pre_send_dependency_workarounds(bblock_t *block,
|
||||
|
Reference in New Issue
Block a user