[PATCH] D79359: OpenMPOpt Remarks Support

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 09:41:41 PDT 2020


jhuber6 updated this revision to Diff 262137.
jhuber6 added a comment.

I added a DenseMap to cache the Functions for the legacy PM's getter function. Let me know if I should've used a different data structure for this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79359/new/

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.262137.patch
Type: text/x-patch
Size: 9205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200505/0e572cb8/attachment.bin>


More information about the llvm-commits mailing list