[all-commits] [llvm/llvm-project] 5aa245: OMPIRBuilder for Interop directive
Shilei Tian via All-commits
all-commits at lists.llvm.org
Thu Jan 27 11:53:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5aa24558cfa67e2a2e99c4e9c6d6b68bf372e00e
https://github.com/llvm/llvm-project/commit/5aa24558cfa67e2a2e99c4e9c6d6b68bf372e00e
Author: Sri Hari Krishna Narayanan <snarayan at mcs.anl.gov>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CodeGenFunction.h
A clang/test/OpenMP/interop_irbuilder.cpp
M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
Log Message:
-----------
OMPIRBuilder for Interop directive
Implements the OMPIRBuilder portion for the
Interop directive.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D105876
More information about the All-commits
mailing list