[flang-commits] [flang] [flang][rfc] Add represention of volatile references (PR #132486)
Asher Mancinelli via flang-commits
flang-commits at lists.llvm.org
Thu Apr 10 19:34:45 PDT 2025
ashermancinelli wrote:
> both the reference to the box and the box itself must be volatile. This makes the most sense to me to indicate that the box (in memory) and the data it is pointing to can be modified in volatile way
I think you're right - I hit this in some test cases too, which I'm uploading in the next set of commits. Thanks!
https://github.com/llvm/llvm-project/pull/132486
More information about the flang-commits
mailing list