This adds support for generating omp single, and necessary calls for
copyprivate clause.
Details
Details
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Event Timeline
Comment Actions
Thanks. will fix nits.
| llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h | ||
|---|---|---|
| 327 | 
 That's the name used for it in the runtime. While it doesn't really matter, I am just using same name to be consistent.  | |
| llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp | ||
|---|---|---|
| 838 | Where will this variable be updated to 1 to show it is the single thread?  | |
what is the full form of this name?
Would IsSingle be a better name?