A volatile operation cannot be used to prove an address points to normal memory. (LangRef was recently updated to state this explicitly.)
This issue was found by inspection; I think it's unlikely to show up in real code.
Differential D57040
[Analysis] Fix isSafeToLoadUnconditionally handling of volatile. efriedma on Jan 21 2019, 5:33 PM. Authored by
Details A volatile operation cannot be used to prove an address points to normal memory. (LangRef was recently updated to state this explicitly.) This issue was found by inspection; I think it's unlikely to show up in real code.
Diff Detail
|