[PATCH] D109627: [OpenMP] Add more verbose remarks for runtime folding

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 13:19:31 PDT 2021


jhuber6 created this revision.
jhuber6 added a reviewer: jdoerfert.
Herald added subscribers: ormris, guansong, hiraditya, yaxunl.
jhuber6 requested review of this revision.
Herald added subscribers: llvm-commits, openmp-commits, sstefan1.
Herald added projects: OpenMP, LLVM.

We peform runtime folding, but do not currently emit remarks when it is
performed. This is because it comes from the runtime library and is
beyond the users control. However, people may still wish to view  this
and similar information easily, so we can enable this behaviour using a
special flag to enable verbose remarks.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109627

Files:
  llvm/lib/Transforms/IPO/OpenMPOpt.cpp
  openmp/docs/remarks/OMP180.rst
  openmp/docs/remarks/OptimizationRemarks.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109627.372000.patch
Type: text/x-patch
Size: 4016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210910/efd9c04f/attachment.bin>


More information about the llvm-commits mailing list