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

Add VisitorResult #81

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Conversation

nhaehnle
Copy link
Member

Allow a visitor callback to decide whether additional matching callbacks for the same instruction should be called or not.

This is useful when a visitor callback wants to erase an instruction and there are multiple visitors that might match the same instruction (as sometimes happens with generic instructions like load and store).

Allow a visitor callback to decide whether additional matching callbacks
for the same instruction should be called or not.

This is useful when a visitor callback wants to erase an instruction and
there are multiple visitors that might match the same instruction (as
sometimes happens with generic instructions like load and store).
@jiaolu jiaolu merged commit daa38d7 into GPUOpen-Drivers:dev Jan 31, 2024
8 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