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

[Vector] refactor vuop #228

Merged
merged 1 commit into from
Nov 28, 2024
Merged

[Vector] refactor vuop #228

merged 1 commit into from
Nov 28, 2024

Conversation

orion160
Copy link
Collaborator

No description provided.

typedef std::map<InstArchInfo::UopGenType, UopGenFunctionType> UopGenFunctionMapType;
UopGenFunctionMapType uop_gen_function_map_;

// TODO: Use Sparta ValidValue
InstPtr current_inst_ = nullptr;
//UopGenFunctionMapType::iterator current_uop_gen_function_;
// UopGenFunctionMapType::iterator current_uop_gen_function_;
Copy link
Collaborator

Choose a reason for hiding this comment

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

FYI @orion160 this is the code I was telling you about. I attempted to create a map where the UopGenType enum is used as keys to get the correct function. Would be great if you could get it to work!

Copy link
Collaborator

@kathlenemagnus kathlenemagnus left a comment

Choose a reason for hiding this comment

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

This is great work, @orion160!

@orion160 orion160 merged commit 71fe733 into master Nov 28, 2024
5 checks passed
@orion160 orion160 deleted the vector_sequencing branch November 28, 2024 22:46
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