[all-commits] [llvm/llvm-project] 049548: [openmp][amdgpu][nfc] Simplify implicit args handling

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Fri Nov 19 12:18:40 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04954824ee158fffe6653c7eb51c07347b36ff21
      https://github.com/llvm/llvm-project/commit/04954824ee158fffe6653c7eb51c07347b36ff21
  Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
  Date:   2021-11-19 (Fri, 19 Nov 2021)

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

  Log Message:
  -----------
  [openmp][amdgpu][nfc] Simplify implicit args handling

Removes a +x/-x pair on the only store/load of a variable
and deletes some nearby dead code. Also reduces the size of the implicit
struct to reflect the code currently emitted by clang.

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




More information about the All-commits mailing list