[flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 13 08:09:38 PDT 2025
https://github.com/kparzysz commented:
Thanks for the changes.
Please avoid using strings to identify anything. There is almost always a better way to do this, specifically use the corresponding symbols to compare variables (you may need to get the ultimate symbol for that, see `GetUltimate`).
https://github.com/llvm/llvm-project/pull/120584
More information about the llvm-commits
mailing list