[PATCH] [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope

Alexey Bataev a.bataev at hotmail.com
Fri Feb 27 01:30:33 PST 2015


Hi rjmccall, hfinkel, fraggamuffin, ejstotzer,

Patch adds proper generation of debug info for all OpenMP regions. Also, all OpenMP regions are generated in a termination scope, because standard does not allow to throw exceptions out of structured blocks, associated with the OpenMP regions

http://reviews.llvm.org/D7935

Files:
  lib/CodeGen/CGOpenMPRuntime.cpp
  lib/CodeGen/CGStmt.cpp
  lib/CodeGen/CGStmtOpenMP.cpp
  test/OpenMP/atomic_codegen.cpp
  test/OpenMP/critical_codegen.cpp
  test/OpenMP/for_codegen.cpp
  test/OpenMP/master_codegen.cpp
  test/OpenMP/parallel_codegen.cpp
  test/OpenMP/simd_codegen.cpp
  test/OpenMP/single_codegen.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7935.20839.patch
Type: text/x-patch
Size: 21097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150227/18376187/attachment.bin>


More information about the cfe-commits mailing list