[all-commits] [llvm/llvm-project] 3bc2b9: [AMDGPU][libomptarget] Remove unused global variables

pdhaliwal-amd via All-commits all-commits at lists.llvm.org
Mon May 17 22:41:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bc2b97b34ff1d5f817793f83961192e62d5fc7b
      https://github.com/llvm/llvm-project/commit/3bc2b97b34ff1d5f817793f83961192e62d5fc7b
  Author: Pushpinder Singh <Pushpinder.Singh at amd.com>
  Date:   2021-05-18 (Tue, 18 May 2021)

  Changed paths:
    M openmp/libomptarget/plugins/amdgpu/impl/internal.h
    M openmp/libomptarget/plugins/amdgpu/impl/machine.cpp
    M openmp/libomptarget/plugins/amdgpu/impl/system.cpp

  Log Message:
  -----------
  [AMDGPU][libomptarget] Remove unused global variables

This initial patch removes some unused variables from global namespace.
There will more incoming patches for moving global variables to classes
or static members.

Reviewed By: JonChesterfield

Differential Revision: https://reviews.llvm.org/D102598




More information about the All-commits mailing list