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
With readonly/readnone/writeonly being no longer permissible as llvm fn args in later LLVM's a nice way to query for this would be helpful
The text was updated successfully, but these errors were encountered:
Needs something like llvm/llvm-project#75123 but for setMemoryEffects/getMemoryEffects.
setMemoryEffects
getMemoryEffects
Sorry, something went wrong.
Enzyme.jl now vendors its own version of this here to be able to not crash on 1.11: https://github.com/EnzymeAD/Enzyme.jl/blob/e9804331d9e5ef6c277982e68f9077203b6d1a37/src/compiler/utils.jl#L1
Happy to have that brought in upstream here.
No branches or pull requests
With readonly/readnone/writeonly being no longer permissible as llvm fn args in later LLVM's a nice way to query for this would be helpful
The text was updated successfully, but these errors were encountered: