If the variable is constrcutible, its copy is created by calling a
constructor. Such variables are duplicated and thus, must be captured.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D83909
[OPENMP] Fix PR46730: Fix compiler crash on taskloop over constructible loop counters. ClosedPublic Authored by ABataev on Jul 15 2020, 2:36 PM.
Details Summary If the variable is constrcutible, its copy is created by calling a
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 24 2020, 6:59 AM Closed by commit rG9840208db698: [OPENMP] Fix PR46730: Fix compiler crash on taskloop over constructible loop… (authored by ABataev). · Explain WhyJul 24 2020, 7:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 280231 clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/taskloop_codegen.cpp
|