mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 18:58:10 +02:00
r600g/sb: don't run unnecessary passes
Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com>
This commit is contained in:
parent
48ba5712f5
commit
3c201a22ca
1 changed files with 0 additions and 3 deletions
|
|
@ -187,9 +187,6 @@ int r600_sb_bytecode_process(struct r600_context *rctx,
|
|||
SB_RUN_PASS(dce_cleanup, 1);
|
||||
SB_RUN_PASS(def_use, 0);
|
||||
|
||||
SB_RUN_PASS(liveness, 0);
|
||||
SB_RUN_PASS(dce_cleanup, 0);
|
||||
|
||||
SB_RUN_PASS(ra_split, 0);
|
||||
SB_RUN_PASS(def_use, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue