You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[flang] Add lowering of volatile references (llvm#132486)
[RFC on
discourse](https://discourse.llvm.org/t/rfc-volatile-representation-in-flang/85404/1)
Flang currently lacks support for volatile variables. For some cases,
the compiler produces TODO error messages and others are ignored. Some
of our tests are like the example from _C.4 Clause 8 notes: The VOLATILE
attribute (8.5.20)_ and require volatile variables.
Prior commits:
```
c9ec1bc [flang] Handle volatility in lowering and codegen (llvm#135311)
e42f860 [flang][nfc] Support volatility in Fir ops (llvm#134858)
b2711e1 [flang][nfc] Support volatile on ref, box, and class types (llvm#134386)
```
0 commit comments