Skip to content
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

[LLVM16][llvm_ir_correct] Expect memory(none) as replacements for readnone #1380

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

bryanpkc
Copy link
Collaborator

The readnone function attribute has been replaced with memory(none), at least in some cases. This patch updates test/llvm_ir_correct/sincos.f90 to be compatible with both LLVM 15 and LLVM 16. See the Discourse link below for details:

https://discourse.llvm.org/t/rfc-unify-memory-effect-attributes/65579

The `readnone` function attribute has been replaced with `memory(none)`, at
least in some cases. This patch updates test/llvm_ir_correct/sincos.f90 to
be compatible with both LLVM 15 and LLVM 16. See the Discourse link below
for details:

  https://discourse.llvm.org/t/rfc-unify-memory-effect-attributes/65579
@bryanpkc bryanpkc merged commit 49fcd8d into flang-compiler:master Jun 28, 2023
@bryanpkc bryanpkc deleted the fix-readnone-test branch June 28, 2023 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants