Closed oflatt closed 5 months ago
This PR avoids extra blocks by using phi nodes to select between different values. This uncovered a bug in brillvm, and also our direct jump optimizer had to take into account phi nodes.
phi
This PR also disables brilift in nightlies.
Oops, re-added branch
This PR avoids extra blocks by using
phi
nodes to select between different values. This uncovered a bug in brillvm, and also our direct jump optimizer had to take into account phi nodes.