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

[LLHD] Rename insert and extract slice operations #44

Merged
merged 2 commits into from
Jul 20, 2020

Conversation

maerhart
Copy link
Member

Rename insert and extract slice operations to be more self-explanatory

@maerhart
Copy link
Member Author

@rodonisi Your review is also very welcome!

Copy link
Contributor

@rodonisi rodonisi left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks for doing the renaming!

@@ -55,7 +55,7 @@ def LLHD_ExtsOp : LLHD_Op<"exts", [
}];
}

def LLHD_DextsOp : LLHD_Op<"dexts", [
def LLHD_DynamicExtractSliceOp : LLHD_Op<"dyn_extract_slice", [
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like these should match.. either DynExtractSliceOp or dynamic_extract_slice

Copy link
Member Author

Choose a reason for hiding this comment

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

I went for DynExtractSliceOp because I think it's an unambiguous abbreviation and avoids very long operation names. Thanks for taking the time to review!

@maerhart maerhart merged commit df3f13d into llvm:master Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants