Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding info to function #1021

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Adding info to function #1021

merged 1 commit into from
Jan 27, 2025

Conversation

MrDaiki
Copy link
Collaborator

@MrDaiki MrDaiki commented Jan 24, 2025

PR corresponding to proposition of #1016

@@ -111,7 +111,7 @@ let split_live_ranges (allvars: bool) (f: ('info, 'asm) func) : (unit, 'asm) fun
in
let m, f_body = stmt Mv.empty f.f_body in
let f_ret = List.map (Subst.vsubst_vi m) f.f_ret in
{ f with f_body ; f_ret }
{ f with f_body; f_info=() ; f_ret }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{ f with f_body; f_info=() ; f_ret }
{ f with f_body; f_info = (); f_ret }

@vbgl vbgl added the ocaml label Jan 24, 2025
@vbgl vbgl added this to the 2024.07.3 milestone Jan 24, 2025
@vbgl vbgl merged commit 6bde10a into jasmin-lang:main Jan 27, 2025
1 check passed
@vbgl vbgl deleted the function-info branch January 27, 2025 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants