[all-commits] [llvm/llvm-project] 5a633f: OMPIRBuilder: Cleanup checking for GlobalValue

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Apr 7 17:31:25 PDT 2025


  Branch: refs/heads/users/arsenm/ompirbuilder-cleanup-globalvalue-check
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a633f481954c04c8a2f5a1f127b7c83e41767f5
      https://github.com/llvm/llvm-project/commit/5a633f481954c04c8a2f5a1f127b7c83e41767f5
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-04-08 (Tue, 08 Apr 2025)

  Changed paths:
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp

  Log Message:
  -----------
  OMPIRBuilder: Cleanup checking for GlobalValue

GlobalValue already subsumes GlobalObject and GlobalVariable,
plus make use of the std::get<0> already copied to a variable
above.



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