File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -376,6 +376,8 @@ implementation.
376
376
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
377
377
| loop stripe transformation | :good: `done ` | https://github.com/llvm/llvm-project/pull/119891 |
378
378
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
379
+ | loop fuse transformation | :good: `done ` | :none: `unclaimed ` | |
380
+ +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
379
381
| work distribute construct | :none: `unclaimed ` | :none: `unclaimed ` | |
380
382
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
381
383
| task_iteration | :none: `unclaimed ` | :none: `unclaimed ` | |
Original file line number Diff line number Diff line change @@ -1016,6 +1016,7 @@ OpenMP Support
1016
1016
open parenthesis. (#GH139665)
1017
1017
- An error is now emitted when OpenMP ``collapse `` and ``ordered `` clauses have
1018
1018
an argument larger than what can fit within a 64-bit integer.
1019
+ - Added support for 'omp fuse' directive.
1019
1020
1020
1021
Improvements
1021
1022
^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments