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

Use the MOVI opcode in codegen where possible #1033

Open
otrho opened this issue Mar 27, 2022 · 1 comment · Fixed by #1037
Open

Use the MOVI opcode in codegen where possible #1033

otrho opened this issue Mar 27, 2022 · 1 comment · Fixed by #1037
Labels
compiler: codegen Everything to do with IR->ASM, register allocation, etc. enhancement New feature or request P: medium

Comments

@otrho
Copy link
Contributor

otrho commented Mar 27, 2022

The MOVI opcode is implemented in codegen but not used. It may be useful to replaced some of the ADDI we have.

@otrho otrho added enhancement New feature or request compiler General compiler. Should eventually become more specific as the issue is triaged labels Mar 27, 2022
@adlerjohn
Copy link
Contributor

It should be primarily useful to replace ADDI

@adlerjohn adlerjohn linked a pull request Mar 27, 2022 that will close this issue
@adlerjohn adlerjohn self-assigned this Mar 27, 2022
@otrho otrho reopened this Mar 27, 2022
@adlerjohn adlerjohn removed their assignment Apr 12, 2022
@mohammadfawaz mohammadfawaz changed the title Implement new MOVI virtual opcode and use it in codegen. Use the MOVI opcode in codegen where possible Jul 11, 2022
@mohammadfawaz mohammadfawaz added P: medium compiler: codegen Everything to do with IR->ASM, register allocation, etc. and removed compiler General compiler. Should eventually become more specific as the issue is triaged labels Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler: codegen Everything to do with IR->ASM, register allocation, etc. enhancement New feature or request P: medium
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

3 participants