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

[CIR] Make X86ArgClass an enum class #1080

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Conversation

smeenai
Copy link
Collaborator

@smeenai smeenai commented Nov 7, 2024

It's currently polluting the cir namespace with very generic symbols like Integer and Memory, which is pretty confusing. X86_64ABIInfo already has Class alias for X86ArgClass, so we can use that alias to qualify all uses.

It's currently polluting the `cir` namespace with very generic symbols
like `Integer` and `Memory`, which is pretty confusing. `X86_64ABIInfo`
already has `Class` alias for `X86ArgClass`, so we can use that alias to
qualify all uses.
@smeenai smeenai merged commit 94b4d89 into llvm:main Nov 7, 2024
7 checks passed
@smeenai smeenai deleted the x86-arg-class branch November 7, 2024 21:35
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