You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm proposing adding a comment pseudo-instruction to IRBuilder that inserts comments into the generated IR. I most use cases, the IR is immediately parsed by LLVM and the comments will be lost, but this could be useful for debugging and generating tutorial information.
The text was updated successfully, but these errors were encountered:
I'm proposing adding a comment pseudo-instruction to
IRBuilder
that inserts comments into the generated IR. I most use cases, the IR is immediately parsed by LLVM and the comments will be lost, but this could be useful for debugging and generating tutorial information.The text was updated successfully, but these errors were encountered: