[PATCH] D81036: [OpenMP] Begin Adding Analysis Remarks for OpenMP Best Practises.
Joseph Huber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 2 14:50:37 PDT 2020
jhuber6 created this revision.
jhuber6 added a reviewer: jdoerfert.
jhuber6 added projects: LLVM, OpenMP.
Herald added subscribers: llvm-commits, sstefan1, ormris, guansong, hiraditya, yaxunl.
Adding analysis remarks to guide users to OpenMP best practices. The goal will to have a suite of analysis passes that can detect common mistakes in OpenMP code. This currently only checks if the user has specified a parallel region with a constant thread count.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D81036
Files:
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
llvm/test/Transforms/OpenMP/constant_thread_count_analysis.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81036.267996.patch
Type: text/x-patch
Size: 9105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200602/3b10aa90/attachment-0001.bin>
More information about the llvm-commits
mailing list