commit | e8ad4b7124b5ff907b64b1b9e4f4a4203ac2d544 | [log] [tgz] |
---|---|---|
author | Alexey Bataev <a.bataev@hotmail.com> | Mon Nov 26 18:37:09 2018 +0000 |
committer | Alexey Bataev <a.bataev@hotmail.com> | Mon Nov 26 18:37:09 2018 +0000 |
tree | 98d154ae77036623bccad6422a6854eef2ed80a2 | |
parent | c866679a9b22a88ad4849902dec68cb2af2e5d0c [diff] |
[OPENMP][NVPTX]Emit default locations with the correct Exec|Runtime modes. If the region is inside target|teams|distribute region, we can emit the locations with the correct info for execution mode and runtime mode. Patch adds this ability to the NVPTX codegen to help the optimizer to produce better code. llvm-svn: 347583