This is an archive of the discontinued LLVM Phabricator instance.

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.
r287025 have not fixed them completely.

This reverts commit r286944 and r287025.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka updated this revision to Diff 78107.Nov 15 2016, 5:09 PM
vitalybuka retitled this revision from to Revert "[OPENMP] Fixed codegen for 'omp cancel' construct.".
vitalybuka updated this object.
vitalybuka added a reviewer: ABataev.
vitalybuka added a subscriber: cfe-commits.
This revision was automatically updated to reflect the committed changes.