[PATCH] D81788: [WIP][OpenMPOPT] ICV Tracking Support

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 13 06:26:34 PDT 2020


sstefan1 created this revision.
sstefan1 added reviewers: jdoerfert, JonChesterfield, hamax97, jhuber6.
Herald added subscribers: llvm-commits, aaron.ballman, kuter, uenoku, guansong, hiraditya, yaxunl.
Herald added a reviewer: uenoku.
Herald added a project: LLVM.

This is first part if ICV tracking support in OpenMPOpt. Things that are included in this pathc:

- ICV information definition (not complete) in `OMPKinds.def`.
- OpenMP-specific information cache based on Attributor's InformationCache. This should should make it easier to share information between them.
- possibility of running the Attributor through `runAttributor()`.
- AAICVTracking AbstractAttribute with basic tracking.

Since there are a lot of changes to agree up on, I left out the deduplication part for now. There are 2 possible places where that can be done: current deduplication functions, or within AAICVTracking's manifest.

This can also be treated as a RFC.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81788

Files:
  llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
  llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/lib/Transforms/IPO/OpenMPOpt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81788.270574.patch
Type: text/x-patch
Size: 43577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200613/10859594/attachment.bin>


More information about the llvm-commits mailing list