1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[OpenMP][NFC] Add new optimizations to OpenMPOpt comment header

Summary:
Adds mentions to the new globalization optimizations added to the OpenMPOpt comment header.
This commit is contained in:
Joseph Huber 2021-06-22 14:40:31 -04:00 committed by Huber, Joseph
parent 141815765c
commit e337b160dd

View File

@ -9,6 +9,8 @@
// OpenMP specific optimizations:
//
// - Deduplication of runtime calls, e.g., omp_get_thread_num.
// - Replacing globalized device memory with stack memory.
// - Replacing globalized device memory with shared memory.
//
//===----------------------------------------------------------------------===//