Merge pull request #16740 from MathiasVP/fix-join-in-ssa

SSA: Fix bad join in `lastRefRedefExt`
This commit is contained in:
Mathias Vorreiter Pedersen
2024-06-13 09:06:20 +01:00
committed by GitHub

View File

@@ -801,7 +801,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
input = bb
or
varBlockReachesExt(def, v, bb, input) and
ssaDefReachesThroughBlock(def, input)
ssaDefReachesThroughBlock(def, pragma[only_bind_into](input))
)
}