Remove ConstrainVarSubReg
from inference and replace with a verify
#29436
Labels
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
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 useVerifyRegSubReg
. 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.The text was updated successfully, but these errors were encountered: