Mercurial > hg > CbC > CbC_llvm
comparison openmp/docs/remarks/OMP170.rst @ 232:70dce7da266c llvm-original
llvm original Jul 20 16:41:34 2021
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 21 Jul 2021 10:27:27 +0900 |
parents | 5f17cb93ff66 |
children | c4bab56944e8 |
comparison
equal
deleted
inserted
replaced
223:5f17cb93ff66 | 232:70dce7da266c |
---|---|
1 .. _omp170: | |
2 | |
1 OpenMP runtime call <call> deduplicated. [OMP170] | 3 OpenMP runtime call <call> deduplicated. [OMP170] |
2 ==================================================================== | 4 ==================================================================== |
3 | |
4 .. _omp170: | |
5 | 5 |
6 This optimization remark indicates that a call to an OpenMP runtime call was | 6 This optimization remark indicates that a call to an OpenMP runtime call was |
7 replaced with the result of an existing one. This occurs when the compiler knows | 7 replaced with the result of an existing one. This occurs when the compiler knows |
8 that the result of a runtime call is immutable. Removing duplicate calls is done | 8 that the result of a runtime call is immutable. Removing duplicate calls is done |
9 by replacing all calls to that function with the result of the first call. This | 9 by replacing all calls to that function with the result of the first call. This |