Skip to content

gh-95335: extract 'struct cfg_builder' from the compiler so that the CFG can be manipulated directly #95107

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 11 commits into from
Jul 26, 2022
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add cfg_builder struct and refactor the relevant code so that a cfg can be constructed without an instance of the compiler struct.
Loading