[all-commits] [llvm/llvm-project] 0edb87: [OpenMP] Add additional remarks for OpenMPOpt

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Jun 30 06:49:44 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0edb87773b1a086cb5bb960f7f4f6ca815bc8bb4
      https://github.com/llvm/llvm-project/commit/0edb87773b1a086cb5bb960f7f4f6ca815bc8bb4
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2021-06-30 (Wed, 30 Jun 2021)

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

  Log Message:
  -----------
  [OpenMP] Add additional remarks for OpenMPOpt

This patch adds additional remarks, suggesting the use of `noescape` for failed
globalization and indicating when internalization failed.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list