This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Fix PR52117: Crash caused by target region inside of task construct.
ClosedPublic

Authored by ABataev on Nov 24 2021, 10:33 AM.

Details

Summary

Need to do the analysis of the captured expressions in the clauses.
Previously the compiler ignored them and it may lead to a compiler crash
trying to get the address of the mapped variables.

Diff Detail