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

[AccelTable][NFC] Fix typos and duplicated code #76155

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

felipepiovezan
Copy link
Contributor

Renaming a member variable from "Endoding" to "Encoding".

Also replace inlined code for "isNormalized" with a call to the function, so that if the definition of normalization ever changes, we only need to change the one place.

@felipepiovezan felipepiovezan changed the title [AccelTable] Fix typos and duplicated code [AccelTable][NFC] Fix typos and duplicated code Dec 21, 2023
@felipepiovezan
Copy link
Contributor Author

Added nfc tag to the commit

Renaming a member variable from "Endoding" to "Encoding".

Also replace inlined code for "isNormalized" with a call to the function, so
that if the definition of normalization ever changes, we only need to change the
one place.
Copy link
Contributor

@ayermolo ayermolo left a comment

Choose a reason for hiding this comment

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

Thanks for fixups.

@felipepiovezan felipepiovezan merged commit 058e527 into llvm:main Dec 21, 2023
4 checks passed
@felipepiovezan felipepiovezan deleted the felipe/fix_typos_accel branch December 21, 2023 19:10
felipepiovezan added a commit to felipepiovezan/llvm-project that referenced this pull request Feb 2, 2024
Renaming a member variable from "Endoding" to "Encoding".

Also replace inlined code for "isNormalized" with a call to the
function, so that if the definition of normalization ever changes, we
only need to change the one place.

(cherry picked from commit 058e527)
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