diff --git a/src/intel/compiler/jay/jay_register_allocate.c b/src/intel/compiler/jay/jay_register_allocate.c index 09aa181ed9e..8934328dfc5 100644 --- a/src/intel/compiler/jay/jay_register_allocate.c +++ b/src/intel/compiler/jay/jay_register_allocate.c @@ -692,10 +692,6 @@ try_find_free_reg(jay_ra_state *ra, bool stride4) { unsigned i; - - /* Prefer stride 4 temporaries, since they are more compatible and thus - * should reduce swapping on average. - */ BITSET_FOREACH_SET(i, ra->available_regs[file], ra->num_regs[file]) { if (i != except && (!stride4 ||