[PATCH] D81031: [OpenMP] Add Additional Function Attribute Information to OMPKinds.def

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 2 13:43:18 PDT 2020


jhuber6 created this revision.
jhuber6 added a reviewer: jdoerfert.
jhuber6 added projects: OpenMP, LLVM.
Herald added subscribers: llvm-commits, sstefan1, guansong, yaxunl.

This patch adds more function attribute information to the runtime function definitions in `OMPKinds.def.` The goal is to provide sufficient information about OpenMP runtime functions to perform more optimizations on OpenMP code.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81031

Files:
  llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
  llvm/test/Transforms/OpenMP/add_attributes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81031.267967.patch
Type: text/x-patch
Size: 65241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200602/b5bf6a6b/attachment-0001.bin>


More information about the llvm-commits mailing list