Skip to content

Commit ebb18c8

Browse files
committed
Added LIT codegen test
test/OpenMP/target_map_array_section_no_length_codegen.cpp Added optional omission of array section length as completed feature in OpenMP 6.0 Implementation Details. Added support for optional omission of array section length to release notes.
1 parent 7e1e37d commit ebb18c8

File tree

3 files changed

+363
-1
lines changed

3 files changed

+363
-1
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ implementation.
443443
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
444444
| Traits for default device envirable | :none:`unclaimed` | :none:`unclaimed` | |
445445
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
446-
| Optionally omit array length expression | :none:`unclaimed` | :none:`unclaimed` | |
446+
| Optionally omit array length expression | :good:`done` | :none:`unclaimed` | https://github.com/llvm/llvm-project/pull/148048 |
447447
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
448448
| Canonical loop sequences | :none:`unclaimed` | :none:`unclaimed` | |
449449
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,7 @@ OpenMP Support
13141314
mappers, by using compiler-generated default mappers for the outer structs for
13151315
such maps.
13161316
- Deprecation warning has been emitted for deprecated delimited form of ``declare target``.
1317+
- Allow array length to be omitted in array section subscript expression.
13171318

13181319
Improvements
13191320
^^^^^^^^^^^^

0 commit comments

Comments
 (0)