We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
inrange
getelementptr
Currently, the pretty-printer ignores the optional inrange keyword in ConstGEP, as evidences by the _mix below:
ConstGEP
_mix
https://github.com/elliottt/llvm-pretty/blob/d099d5d0feab8066bc682f11c8a46c82fb7166b5/src/Text/LLVM/PP.hs#L879-L882
We should pretty-print this according to the logic in the LLVM pretty-printer here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the pretty-printer ignores the optional
inrange
keyword inConstGEP
, as evidences by the_mix
below:https://github.com/elliottt/llvm-pretty/blob/d099d5d0feab8066bc682f11c8a46c82fb7166b5/src/Text/LLVM/PP.hs#L879-L882
We should pretty-print this according to the logic in the LLVM pretty-printer here.
The text was updated successfully, but these errors were encountered: