Iteration variable must be strictly less than the number of iterations. This fixes a bug introduced by previous patch D53448.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D53827
[OpenMP] Fix condition. ClosedPublic Authored by gtbercea on Oct 29 2018, 12:31 PM.
Details Summary Iteration variable must be strictly less than the number of iterations. This fixes a bug introduced by previous patch D53448.
Diff Detail
Event Timelinegtbercea retitled this revision from [OpenMP][NFC] Fix condition. to [OpenMP] Fix condition..Oct 29 2018, 12:43 PM This revision is now accepted and ready to land.Oct 29 2018, 12:43 PM Closed by commit rC345527: [OpenMP] Fix condition. (authored by gbercea). · Explain WhyOct 29 2018, 12:46 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 171559 lib/Sema/SemaOpenMP.cpp
test/OpenMP/distribute_parallel_for_codegen.cpp
test/OpenMP/distribute_parallel_for_simd_codegen.cpp
test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
|