pan/midgard: Remove csel constant unit force

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
Alyssa Rosenzweig 2019-09-23 07:51:08 -04:00
parent da18525b6f
commit 941bdd2088
1 changed files with 0 additions and 3 deletions

View File

@ -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;