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
@@ -145,7 +145,7 @@ public:
|
||||
bool dead_code_eliminate();
|
||||
int var_range_start(unsigned v, unsigned n) const;
|
||||
int var_range_end(unsigned v, unsigned n) const;
|
||||
bool virtual_grf_interferes(int a, int b);
|
||||
bool virtual_grf_interferes(int a, int b) const;
|
||||
bool opt_cmod_propagation();
|
||||
bool opt_copy_propagation(bool do_constant_prop = true);
|
||||
bool opt_cse_local(bblock_t *block);
|
||||
|
Reference in New Issue
Block a user