Skip to content

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
@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

2 participants