Skip to content

spirv: refactor and remove deduplication ISel #24661

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

Merged
merged 6 commits into from
Aug 8, 2025
Merged

Conversation

alichraghi
Copy link
Contributor

compiling behavior tests time is now cut by at least %90

@alichraghi alichraghi force-pushed the spv4 branch 3 times, most recently from 6d14ced to 00a146f Compare August 2, 2025 05:22
@andrewrk
Copy link
Member

andrewrk commented Aug 2, 2025

wow!

Comment on lines +174 to +180
const dir_handle = Os.getDirHandle(gpa, path, &mount_id) catch |err| switch (err) {
error.FileNotFound => {
std.debug.assert(w.dir_table.swapRemove(path));
continue;
},
else => return err,
};
Copy link
Member

Choose a reason for hiding this comment

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

sorry, but can you please do this separately?

Copy link
Member

@andrewrk andrewrk left a comment

Choose a reason for hiding this comment

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

You know what, never mind. Let's roll with this. Nice work!

@andrewrk andrewrk merged commit 3fb8684 into ziglang:master Aug 8, 2025
12 checks passed
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.

3 participants