mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-01 07:16:42 +08:00 
			
		
		
		
	shader: Add missing UndoUse case for GetSparseFromOp
This commit is contained in:
		
							parent
							
								
									0ace34575c
								
							
						
					
					
						commit
						aece958c2b
					
				| @ -364,6 +364,10 @@ void Inst::UndoUse(const Value& value) { | ||||
|         AllocAssociatedInsts(assoc_inst); | ||||
|         RemovePseudoInstruction(assoc_inst->overflow_inst, Opcode::GetOverflowFromOp); | ||||
|         break; | ||||
|     case Opcode::GetSparseFromOp: | ||||
|         AllocAssociatedInsts(assoc_inst); | ||||
|         RemovePseudoInstruction(assoc_inst->sparse_inst, Opcode::GetSparseFromOp); | ||||
|         break; | ||||
|     case Opcode::GetInBoundsFromOp: | ||||
|         AllocAssociatedInsts(assoc_inst); | ||||
|         RemovePseudoInstruction(assoc_inst->in_bounds_inst, Opcode::GetInBoundsFromOp); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user