[PATCH] D79359: OpenMPOpt Remarks Support

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 12:54:27 PDT 2020


jhuber6 created this revision.
jhuber6 added a reviewer: jdoerfert.
jhuber6 added a project: OpenMP.
Herald added subscribers: llvm-commits, guansong, hiraditya, yaxunl.
Herald added a project: LLVM.

Adding initial support for emitting remarks inside of OpenMPOpt. Added a Callback function to get an OptimizationRemarkEmitter object to the OpenMPOpt struct. The callback is used by the emitRemark function. Added two locations that emit simple remarks and a test file to verify functionality.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79359

Files:
  llvm/lib/Transforms/IPO/OpenMPOpt.cpp
  llvm/test/Transforms/OpenMP/deduplication_remarks.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79359.261909.patch
Type: text/x-patch
Size: 8978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200504/a3e7634d/attachment-0001.bin>


More information about the llvm-commits mailing list