mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
r600g/llvm: Mask write of pred_inst in llvm_if()
This commit is contained in:
parent
9e522bd201
commit
b4789860c4
1 changed files with 1 additions and 0 deletions
|
|
@ -287,6 +287,7 @@ static void llvm_if(struct r600_shader_ctx *ctx, struct r600_bytecode_alu * alu,
|
|||
{
|
||||
alu->inst = pred_inst;
|
||||
alu->predicate = 1;
|
||||
alu->dst.write = 0;
|
||||
alu->src[1].sel = V_SQ_ALU_SRC_0;
|
||||
alu->src[1].chan = 0;
|
||||
alu->last = 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue