-
Notifications
You must be signed in to change notification settings - Fork 16
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
Incorrect pretty output ptr*
#132
Comments
This is an
(Notice the Would you mind closing this issue and opening a new one on the |
Moving discussion here. |
Encountered some incorrect roundtripping. Here is a fairly minimal reproducer:
Assembling to bitcode, parsing with llvm-pretty-bc-parser and then pretty-printing with
ppModule
yields:which contains invalid LLVM IR
ptr*
. I'm assuming it's a llvm-pretty issue, though it could be the bitcode parser too...I'm going to try and submit a patch.
The text was updated successfully, but these errors were encountered: