-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[meta] Inline assembler support #1234
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
Labels
bugzilla
Issues migrated from bugzilla
enhancement
Improving things as opposed to bug fixing, e.g. new or missing feature
llvm:codegen
Comments
We've had inline assembler support of various flavors for a while, and all the dependencies are fixed. Closing this out. |
mentioned in issue llvm/llvm-bugzilla-archive#879 |
mentioned in issue llvm/llvm-bugzilla-archive#882 |
mentioned in issue llvm/llvm-bugzilla-archive#883 |
mentioned in issue llvm/llvm-bugzilla-archive#924 |
jeanPerier
pushed a commit
to jeanPerier/llvm-project
that referenced
this issue
Jan 4, 2022
The inquire by output list form of the INQUIRE statement calculates the number of file storage units that would be required to store the data of an output list in an unformatted file. Currently, the result is arbitrary garbage. This PR makes the individual IO api calls needed to get the correct result. Actual output will be off by an "element size" factor pending an additional fix to the runtime implementation of the new calls.
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bugzilla
Issues migrated from bugzilla
enhancement
Improving things as opposed to bug fixing, e.g. new or missing feature
llvm:codegen
Extended Description
This is just meta bug including all stuff connected with inline assembler
support in LLVM.
The text was updated successfully, but these errors were encountered: