Files
swift-mirror/SwiftCompilerSources/Sources/Optimizer/TestPasses/TestInstructionIteration.swift
Erik Eckstein 48db89031a SIL: be more tolerant when a user is deleted during use-list iteration.
Check if an operand's instruction has been deleted in `UseList.next()`.
This allows to delete an instruction, which has two uses of a value, during use-list iteration.
2025-03-07 15:59:32 +01:00

3.3 KiB