Open chambart opened 8 years ago
let _unused = if b then (x, y) else (y, x) in ...
If _unused is dead, (x, y) and (y, x) should also be considered as dead and eliminated.
(x, y)
(y, x)
See https://github.com/OCamlPro/flambda-task-force/issues/160
If _unused is dead,
(x, y)
and(y, x)
should also be considered as dead and eliminated.See https://github.com/OCamlPro/flambda-task-force/issues/160