diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-09-23 07:51:08 -0400 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-09-30 08:40:13 -0400 |
commit | 941bdd208809f67a3c6820b07a71cb0df9f7ff72 (patch) | |
tree | 4d5e365a926045a1e99a56fadec7539c58a973c4 /src/panfrost | |
parent | da18525b6f563107b2c8899e26690002b144feed (diff) |
pan/midgard: Remove csel constant unit force
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/panfrost')
-rw-r--r-- | src/panfrost/midgard/midgard_compile.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/panfrost/midgard/midgard_compile.c b/src/panfrost/midgard/midgard_compile.c index 585591d9356..95ec48e9563 100644 --- a/src/panfrost/midgard/midgard_compile.c +++ b/src/panfrost/midgard/midgard_compile.c @@ -1991,9 +1991,6 @@ inline_alu_constants(compiler_context *ctx, midgard_block *block) midgard_instruction ins = v_mov(SSA_FIXED_REGISTER(REGISTER_CONSTANT), blank_alu_src, scratch); attach_constants(ctx, &ins, entry, alu->src[1] + 1); - /* Force a break XXX Defer r31 writes */ - ins.unit = UNIT_VLUT; - /* Set the source */ alu->src[1] = scratch; |