Skip to content

Commit 31b3d8f

Browse files
committed
fix duplicate V_CMPX_LE_I32
1 parent 2a9f116 commit 31b3d8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/shader_recompiler/frontend/translate/vector_alu.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,6 @@ void Translator::EmitVectorAlu(const GcnInst& inst) {
290290
return V_CMP_U32(ConditionOp::GE, false, true, inst);
291291
case Opcode::V_CMPX_TRU_U32:
292292
return V_CMP_U32(ConditionOp::TRU, false, true, inst);
293-
case Opcode::V_CMPX_LE_I32:
294-
return V_CMP_U32(ConditionOp::LE, true, true, inst);
295293

296294
// V_CMP_{OP8}_U64
297295
case Opcode::V_CMP_NE_U64:

0 commit comments

Comments
 (0)