[PATCH] D81798: [OpenMPOPT][NFC] OMPInformationCache and ICV definitions.
Stefan Stipanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 13 15:29:50 PDT 2020
sstefan1 created this revision.
sstefan1 added reviewers: jdoerfert, JonChesterfield, hamax97, jhuber6.
Herald added subscribers: llvm-commits, uenoku, guansong, hiraditya, yaxunl.
Herald added a reviewer: uenoku.
Herald added a project: LLVM.
sstefan1 added a comment.
This is the first split of D81788 <https://reviews.llvm.org/D81788>
Introduction of OpenMP-specific information cache based on Attributor's `InformationCache`. This should make it easier to share information between them.
This also defines some basic information about ICVs in `OMPKinds.def`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D81798
Files:
llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81798.270591.patch
Type: text/x-patch
Size: 25927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200613/9a9baa3c/attachment.bin>
More information about the llvm-commits
mailing list