[flang-commits] [flang] [lib] [OpenMC] Use references instead of pointers (PR #86000)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Wed Mar 20 13:25:02 PDT 2024


kparzysz wrote:

`mlir::Value` is a structure with a pointer in it.  It's preferable to just pass it by value.

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


More information about the flang-commits mailing list