[flang-commits] [flang] [flang] Skip optimized bufferization on volatile refs (PR #140781)

Asher Mancinelli via flang-commits flang-commits at lists.llvm.org
Tue May 20 12:24:21 PDT 2025


ashermancinelli wrote:

> Should not we instead check for `getValue` being `nullptr` at the places where it is used? It seems to be more generic than checking for volatile explicitly.

I think you're right. 

https://github.com/llvm/llvm-project/pull/140781


More information about the flang-commits mailing list