[all-commits] [llvm/llvm-project] 3bbbe4: [OpenMP] Add Additional Function Attribute Informa...
jhuber6 via All-commits
all-commits at lists.llvm.org
Sat Jul 18 09:57:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3bbbe4c4b6c8e20538a388df164da6f8d935e0cc
https://github.com/llvm/llvm-project/commit/3bbbe4c4b6c8e20538a388df164da6f8d935e0cc
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2020-07-18 (Sat, 18 Jul 2020)
Changed paths:
M clang/test/OpenMP/barrier_codegen.cpp
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