[all-commits] [llvm/llvm-project] 828beb: [flang][OpenMP] Add `sym()` member function to omp...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Wed Jun 5 08:59:27 PDT 2024


  Branch: refs/heads/users/kparzysz/spr/a02-flang-id
  Home:   https://github.com/llvm/llvm-project
  Commit: 828beb6622142c1d175a61a2664398fc91d36192
      https://github.com/llvm/llvm-project/commit/828beb6622142c1d175a61a2664398fc91d36192
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2024-06-05 (Wed, 05 Jun 2024)

  Changed paths:
    M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
    M flang/lib/Lower/OpenMP/ClauseProcessor.h
    M flang/lib/Lower/OpenMP/Clauses.h
    M flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/lib/Lower/OpenMP/ReductionProcessor.cpp
    M flang/lib/Lower/OpenMP/Utils.cpp

  Log Message:
  -----------
  [flang][OpenMP] Add `sym()` member function to omp::Object

The object identity requires more than just `Symbol`. Don't use `id()`
to get the Symbol associated with the object, becase the return value
will need to change. Instead use `sym()` which is added for that reason.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list