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
The patch object is required for updating congruence information during code generation, since new temporaries may be created after the linear SSA pass. Currently, the only use case is generating the conditional moves to hold the result of a comparison:
If the patch remains optional, then it should error here. A better solution may be to just require a patch, which would require updating the relevant unit tests.
The text was updated successfully, but these errors were encountered:
The patch object is required for updating congruence information during code generation, since new temporaries may be created after the linear SSA pass. Currently, the only use case is generating the conditional moves to hold the result of a comparison:
VIBES/bap-vibes/src/arm_selector.ml
Line 631 in f0c37a7
If the patch remains optional, then it should error here. A better solution may be to just require a patch, which would require updating the relevant unit tests.
The text was updated successfully, but these errors were encountered: