Skip to content

Commit c1e5fc3

Browse files
committed
Addef fuse to documentation
1 parent 7e3bd1e commit c1e5fc3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ implementation.
376376
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
377377
| loop stripe transformation | :good:`done` | https://github.com/llvm/llvm-project/pull/119891 |
378378
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
379+
| loop fuse transformation | :good:`done` | :none:`unclaimed` | |
380+
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
379381
| work distribute construct | :none:`unclaimed` | :none:`unclaimed` | |
380382
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
381383
| task_iteration | :none:`unclaimed` | :none:`unclaimed` | |

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,7 @@ OpenMP Support
10161016
open parenthesis. (#GH139665)
10171017
- An error is now emitted when OpenMP ``collapse`` and ``ordered`` clauses have
10181018
an argument larger than what can fit within a 64-bit integer.
1019+
- Added support for 'omp fuse' directive.
10191020

10201021
Improvements
10211022
^^^^^^^^^^^^

0 commit comments

Comments
 (0)