radeon/llvm: increase const regs count
Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use constant CONST_REG_COUNT => 256;
|
||||
use constant CONST_REG_COUNT => 1024;
|
||||
use constant TEMP_REG_COUNT => 128;
|
||||
|
||||
my $CREG_MAX = CONST_REG_COUNT - 1;
|
||||
|
||||
Reference in New Issue
Block a user