-
Notifications
You must be signed in to change notification settings - Fork 63
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
Convert TODOs to GH Issues #2
Comments
It seems that this plan is a little outdated? https://github.com/f0rki/mapping-high-level-constructs-to-llvm-ir/issues/mapping-exception-handling-to-llvm-ir/zero-cost-exception-handling.md has moved to .rst format, And It's still an empty file (just a Title), the target isn't completed indeed. |
I don't know about Michael ( Basically, I wrote the document and gave it up because of other, more pressing concerns. So far, nobody has expanded significantly upon it since and it sorts of lives its own life, perhaps helping newcomers to LLVM a bit, but that's pretty much it. |
Unfortunately, I have never found the time to actively expand this document. I try to quickly merge PRs, fix small things, etc. though. It helped me a lot when starting with llvm so I try to keep it online. This issue is solely meant to track converting open todos from the original document of @archfrog to github issues. There is already issue #10 regarding zero-cost exception handling. Feel free to drop any helpful resources there. We can also start to collect some helpful links/resources in that chapter as a start. (I updated the links in this issue s.t., they don't 404) |
addrspacecast instruction, to be included here.
see Document address space casts #11extractvalue
andinsertvalue
instructions.if
,for
,switch
, andwhile
. see Basic Control Structures #6phi
instruction; see Basic Control Structures #6The text was updated successfully, but these errors were encountered: