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

Undef zombie and some other code cleanups #221

Merged
merged 3 commits into from
Mar 22, 2025

Conversation

Firestar99
Copy link
Member

best reviewed commit by commit

I see this quite commonly:

let undef = self.undef(ret_ty);
self.zombie(undef.def(self), "memcmp not implemented");
undef

And I replaced it with this:

self.undef_zombie(ret_ty, "memcmp not implemented")

Among other smaller cleanups

@LegNeato LegNeato added this pull request to the merge queue Mar 22, 2025
Merged via the queue into Rust-GPU:main with commit 05042d1 Mar 22, 2025
7 checks passed
@Firestar99 Firestar99 deleted the undef_zombie branch March 30, 2025 15:22
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

Successfully merging this pull request may close these issues.

2 participants