From 1e7f68d11b35bafdd10e745d7e8443498683cb38 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 20 May 2026 10:12:19 -0400 Subject: [PATCH] jay/register_allocate: remove out of date comment Signed-off-by: Alyssa Rosenzweig Part-of: --- src/intel/compiler/jay/jay_register_allocate.c | 4 ---- 1 file changed, 4 deletions(-) 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 ||