[all-commits] [llvm/llvm-project] 6aa722: [LIBOMPTARGET]Do not try to optimize bases for the...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Fri Aug 28 12:50:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6aa7228a629d81af78d4f701b7defb701f4b9283
https://github.com/llvm/llvm-project/commit/6aa7228a629d81af78d4f701b7defb701f4b9283
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-08-28 (Fri, 28 Aug 2020)
Changed paths:
M openmp/libomptarget/src/omptarget.cpp
A openmp/libomptarget/test/mapping/lambda_mapping.cpp
Log Message:
-----------
[LIBOMPTARGET]Do not try to optimize bases for the next parameters.
PrivateArgumentManager shall immediately allocate firstprivates if they
are bases for the next parameters and the next paramaters rely on the
fact that the base musst be allocated already.
Differential Revision: https://reviews.llvm.org/D86781
More information about the All-commits
mailing list