2d373e4dc7
This patch adds OpenMP IRBuilder support for the Target Data directives to allow lowering to LLVM IR. The mlir::Translation is responsible for generating supporting code for processing the map_operands through the processMapOperand function, and also generate code for the r> The OMPIRBuilder is responsible for generating the begin and end mapper function calls. Limitations: - use_device_ptr and use_device_addr clauses are NOT supported for Target Data operation. - nowait clauses are NOT supported for Target Enter and Exit Data operations. - Only LLVMPointerType is supported for map_operands. Differential Revision: https://reviews.llvm.org/D142914 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
OpenACCTest.cpp | ||
OpenMPContextTest.cpp | ||
OpenMPIRBuilderTest.cpp | ||
OpenMPParsingTest.cpp |