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

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


  Branch: refs/heads/users/arsenm/ompirbuilder-cleanup-globalvalue-check
  Home:   https://github.com/llvm/llvm-project
  Commit: 711096a15d03ffc5f2616a882d2dfb92c9e45c4b
      https://github.com/llvm/llvm-project/commit/711096a15d03ffc5f2616a882d2dfb92c9e45c4b
  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