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

Unnecessary SPARC g0 override #690

Open
2over12 opened this issue Nov 10, 2023 · 0 comments
Open

Unnecessary SPARC g0 override #690

2over12 opened this issue Nov 10, 2023 · 0 comments

Comments

@2over12
Copy link
Contributor

2over12 commented Nov 10, 2023

I think pcode already handles folding g0 so I dont think these initializations are required:

ir.CreateStore(zero_u32, ir.CreateAlloca(u32, nullptr, "g0"), false);
ir.CreateStore(zero_u32, ir.CreateAlloca(u32, nullptr, "ignore_write_to_g0"),
false);
// this is for unknown asr to avoid crash.
ir.CreateStore(zero_u32, ir.CreateAlloca(u32, nullptr, "asr"), false);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant