| commit | 8c5555c39a7a2f0cbb4720cacba32c53d601f785 | [log] [tgz] |
|---|---|---|
| author | Alexey Bataev <a.bataev@hotmail.com> | Tue May 21 15:11:58 2019 +0000 |
| committer | Alexey Bataev <a.bataev@hotmail.com> | Tue May 21 15:11:58 2019 +0000 |
| tree | 9005845f0d57135a54e10f435283381041bdf86a | |
| parent | 78c3f58122f4edcf8e707b2fb8ab1c9ae2054b03 [diff] |
[OPENMP][NVPTX]Mark more functions as always_inline for better performance. Internally generated functions must be marked as always_inlines in most cases. Patch marks some extra reduction function + outlined parallel functions as always_inline for better performance, but only if the optimization is requested. llvm-svn: 361269