[all-commits] [llvm/llvm-project] 9d38f9: [OpenMPOpt] Validate declaration types against the...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Mon Mar 23 09:44:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9d38f98dc30bf9a2c2b6325817d3e08515b82892
https://github.com/llvm/llvm-project/commit/9d38f98dc30bf9a2c2b6325817d3e08515b82892
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
A llvm/test/Transforms/OpenMP/rtf_type_checking.ll
Log Message:
-----------
[OpenMPOpt] Validate declaration types against the expected types
Validation of the found runtime library functions declarations types
(return and argument types) with the expected types.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D76058
More information about the All-commits
mailing list