mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-08 18:58:17 +02:00
jay/register_allocate: remove out of date comment
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41808>
This commit is contained in:
parent
56aa083b03
commit
1e7f68d11b
1 changed files with 0 additions and 4 deletions
|
|
@ -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 ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue