You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Region inference needs some big-scale love, but even without that it has some deprecated bits. For example, the role of ConstrainVarSubReg has really been relegated to a verification step. We ought to remove it and just use VerifyRegSubReg. I started doing this, but it gets a bit complicated in dealing with the error reporting code (which itself needs to be reworked). So I decided to put it off for now and label it a FIXME.