[all-commits] [llvm/llvm-project] 6b7852: [OpenMP] Emit remark on the captured call instead ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Feb 4 14:51:10 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b78526b1b87a0a0de2228ef3341b2fdc553ef7c
      https://github.com/llvm/llvm-project/commit/6b78526b1b87a0a0de2228ef3341b2fdc553ef7c
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-02-04 (Fri, 04 Feb 2022)

  Changed paths:
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    M llvm/test/Transforms/OpenMP/globalization_remarks.ll
    M llvm/test/Transforms/OpenMP/remove_globalization.ll

  Log Message:
  -----------
  [OpenMP] Emit remark on the captured call instead of the variable

Changes the remark to emit on the function call that captures the globalized
variable instead of the globalized variable itself. The user should be able to
see which variable it was in the argument list of the function.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list