This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Fix PR47621: Variable used by task inside a template function is not made firstprivate by default
ClosedPublic

Authored by ABataev on Sep 24 2020, 9:39 AM.

Details

Summary

Need to fix a check for the variable if it is declared in the inner
OpenMP region to be able to firstprivatize it.

Diff Detail