r286944 introduced bugs detected by ASAN as use-after-return.
r287025 have not fixed them completely.
This reverts commit r286944 and r287025.
Paths
| Differential D26720
Revert "[OPENMP] Fixed codegen for 'omp cancel' construct." ClosedPublic Authored by vitalybuka on Nov 15 2016, 5:09 PM.
Details Summary r286944 introduced bugs detected by ASAN as use-after-return. This reverts commit r286944 and r287025.
Diff Detail
Event Timelinevitalybuka retitled this revision from to Revert "[OPENMP] Fixed codegen for 'omp cancel' construct.". vitalybuka updated this object. Closed by commit rL287069: Revert "[OPENMP] Fixed codegen for 'omp cancel' construct." (authored by vitalybuka). · Explain WhyNov 15 2016, 5:11 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 78107 lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CodeGenFunction.h
test/OpenMP/cancel_codegen.cpp
|