[all-commits] [llvm/llvm-project] 439560: [openmp] Mark used variables as retain as well

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Thu Jan 13 05:57:48 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 439560893941aaff0c9634bdc5eda8337ba0375e
      https://github.com/llvm/llvm-project/commit/439560893941aaff0c9634bdc5eda8337ba0375e
  Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
  Date:   2022-01-13 (Thu, 13 Jan 2022)

  Changed paths:
    M openmp/libomptarget/DeviceRTL/src/Configuration.cpp
    M openmp/libomptarget/DeviceRTL/src/Utils.cpp
    M openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h
    M openmp/libomptarget/deviceRTLs/common/src/support.cu

  Log Message:
  -----------
  [openmp] Mark used variables as retain as well

D97446 changed the behaviour of 'used'. Compensate.

Reviewed By: ronlieb

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




More information about the All-commits mailing list