Files
swift-mirror/SwiftCompilerSources/Sources/Optimizer/DataStructures/BasicBlockRange.swift
Erik Eckstein 40363d87c4 Optimizer: fix the InstructionRange utility for control flow graphs with unreachable blocks
`InstructionRange.contains` did yield a wrong result if the range ended in the begin-block and another instruction was inserted in an unreachable block.
2025-06-20 08:14:59 +02:00

5.8 KiB