[PATCH] D81036: [OpenMP] Begin Adding Analysis Remarks for OpenMP Best Practises.

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 12:13:48 PDT 2020


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

Small changes, added check for if remarks were enabled. Added calculation of loop trip count given an `__kmpc_for_static_init` call. Waiting on ICV tracking support to associate correct parallel regions before moving forward.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81036

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81036.269935.patch
Type: text/x-patch
Size: 22701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200610/0b0b4877/attachment.bin>


More information about the llvm-commits mailing list