[all-commits] [llvm/llvm-project] 09fe0c: [OpenMP] Add Additional Function Attribute Informa...
jhuber6 via All-commits
all-commits at lists.llvm.org
Fri Jul 17 14:55:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 09fe0c5ab9ca5846d6cb625e9be47fdcfe49b93c
https://github.com/llvm/llvm-project/commit/09fe0c5ab9ca5846d6cb625e9be47fdcfe49b93c
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2020-07-17 (Fri, 17 Jul 2020)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
M llvm/test/Transforms/OpenMP/add_attributes.ll
M llvm/test/Transforms/OpenMP/parallel_deletion.ll
Log Message:
-----------
[OpenMP] Add Additional Function Attribute Information to OMPKinds.def
Summary:
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.
Reviewers: jdoerfert
Subscribers: aaron.ballman cfe-commits yaxunl guansong sstefan1 llvm-commits
Tags: #OpenMP #clang #llvm
Differential Revision: https://reviews.llvm.org/D81031
More information about the All-commits
mailing list