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

Complete out the debug AIR dumping code #7670

Closed
andrewrk opened this issue Jan 3, 2021 · 2 comments
Closed

Complete out the debug AIR dumping code #7670

andrewrk opened this issue Jan 3, 2021 · 2 comments
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. frontend Tokenization, parsing, AstGen, Sema, and Liveness.
Milestone

Comments

@andrewrk
Copy link
Member

andrewrk commented Jan 3, 2021

--verbose-ir has some helpful output, but it's not complete yet:

zig/src/zir.zig

Lines 1962 to 1971 in d8f3f14

// TODO fill out this debug printing
.assembly,
.block,
.call,
.condbr,
.constant,
.loop,
.varptr,
.switchbr,
=> {},

@andrewrk andrewrk added enhancement Solving this issue will likely involve adding new logic or components to the codebase. contributor friendly This issue is limited in scope and/or knowledge of Zig internals. frontend Tokenization, parsing, AstGen, Sema, and Liveness. labels Jan 3, 2021
@andrewrk andrewrk added this to the 0.8.0 milestone Jan 3, 2021
@hqnna
Copy link
Contributor

hqnna commented Apr 6, 2021

@andrewrk andrewrk changed the title Complete out the debug TZIR dumping code Complete out the debug AIR dumping code Jun 4, 2021
@andrewrk andrewrk modified the milestones: 0.8.0, 0.9.0 Jun 4, 2021
@andrewrk
Copy link
Member Author

This is done in master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. frontend Tokenization, parsing, AstGen, Sema, and Liveness.
Projects
None yet
Development

No branches or pull requests

2 participants