Skip to content

Commit bf66672

Browse files
jhuber6memfrob
authored andcommitted
[OpenMP][NFC] Update the comment header for optimizations.
1 parent 34c6452 commit bf66672

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/Transforms/IPO/OpenMPOpt.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// - Deduplication of runtime calls, e.g., omp_get_thread_num.
1212
// - Replacing globalized device memory with stack memory.
1313
// - Replacing globalized device memory with shared memory.
14+
// - Parallel region merging.
15+
// - Transforming generic-mode device kernels to SPMD mode.
16+
// - Specializing the state machine for generic-mode device kernels.
1417
//
1518
//===----------------------------------------------------------------------===//
1619

0 commit comments

Comments
 (0)