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

Handle some misc TODOs #8528

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Handle some misc TODOs #8528

merged 1 commit into from
Dec 20, 2024

Conversation

abadams
Copy link
Member

@abadams abadams commented Dec 19, 2024

CodeGen_LLVM.cpp: opaque pointers are now standard, and that flag no longer works anyway.

Var.h: We convert strings to Vars in many places internally, and some of those Vars originated from implicit Vars, so it's not feasible to require than the version that takes an explicit string isn't allowed to be passed things of the form "_[0-9]*". You can use the explicit constructor to make collisions with other Vars, and yes this includes the implicit vars.

CodeGen_LLVM.cpp: opaque pointers are now standard, and that flag no
longer works.

Var.h: We convert strings to Vars in many places internally, and some of
those Vars originated from implicit Vars, so it's not feasible to
require than the version that takes an explicit string isn't allowed to
be passed things of the form "_[0-9]*". You can use the explicit
constructor to make collisions with other Vars, and yes this includes
the implicit vars.
@abadams abadams merged commit bc9dfbf into main Dec 20, 2024
17 of 19 checks passed
@alexreinking alexreinking deleted the abadams/handle_misc_todos branch December 20, 2024 17:45
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