Skip to content

Commit 9576c87

Browse files
author
Chandra Ghale
committed
Resolve mergeconflict rel notes
1 parent 2468be3 commit 9576c87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,12 @@ OpenMP Support
530530
- Added support 'no_openmp_constructs' assumption clause.
531531
- Added support for 'self_maps' in map and requirement clause.
532532
- Added support for 'omp stripe' directive.
533+
- Fixed a crashing bug with ``omp unroll partial`` if the argument to
534+
``partial`` was an invalid expression. (#GH139267)
535+
- Fixed a crashing bug with ``omp tile sizes`` if the argument to ``sizes`` was
536+
an invalid expression. (#GH139073)
537+
- Fixed a crashing bug with ``omp distribute dist_schedule`` if the argument to
538+
``dist_schedule`` was not strictly positive. (#GH139266)
533539
- Added support for reduction over private variable with 'reduction' clause.
534540

535541
Improvements

0 commit comments

Comments
 (0)