This patch adds the dist_schedule clause to the OpenMP distribute directive.
It depends on D15125 [OPENMP] 'omp distribute' directive basic support.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Carlo,
- please post your diffs exactly as said in http://llvm.org/docs/Phabricator.html, with full context available.
- add a test with ast-printing, serialization/deserialization
include/clang/Basic/OpenMPKinds.def | ||
---|---|---|
394–399 | Please commit a patch with 'ditribute' directive at first | |
test/OpenMP/distribute_dist_schedule_messages.cpp | ||
1 ↗ | (On Diff #42070) | Template test? |
Comment Actions
Update to dist_schedule patch, as requested: show whole context and add ast print regression test.
Please commit a patch with 'ditribute' directive at first