[all-commits] [llvm/llvm-project] d702db: OMPIRBuilder: Cleanup checking for GlobalValue
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Apr 7 17:25:03 PDT 2025
Branch: refs/heads/users/arsenm/ompirbuilder-cleanup-globalvalue-check
Home: https://github.com/llvm/llvm-project
Commit: d702db523a472a806f8c5a75d7b9b0b6ba6d4e2a
https://github.com/llvm/llvm-project/commit/d702db523a472a806f8c5a75d7b9b0b6ba6d4e2a
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