[PATCH] D16784: [OpenMP] Reorganize code to allow specialized code generation for different devices.
Samuel Antao via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 3 13:18:42 PST 2016
sfantao updated this revision to Diff 46825.
sfantao marked 4 inline comments as done.
sfantao added a comment.
Clean up changes that are not required now.
Use CGOpenMPRuntime to contain everything that requires sharing.
Create diagnostic to notify user about unsupported OpenMP targets.
http://reviews.llvm.org/D16784
Files:
include/clang/Basic/DiagnosticDriverKinds.td
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntime.h
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGenModule.cpp
lib/Frontend/CompilerInvocation.cpp
test/OpenMP/target_messages.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16784.46825.patch
Type: text/x-patch
Size: 6933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160203/8bcca65f/attachment.bin>
More information about the cfe-commits
mailing list