Re: r366474 - [OPENMP]Provide correct data sharing attributes for loop control

2019-07-22 Thread Hans Wennborg via cfe-commits
Merged to Clang 9 in r366705. On Thu, Jul 18, 2019 at 10:48 AM Alexey Bataev via cfe-commits wrote: > > Author: abataev > Date: Thu Jul 18 10:49:13 2019 > New Revision: 366474 > > URL: http://llvm.org/viewvc/llvm-project?rev=366474&view=rev > Log: > [OPENMP]Provide correct data sharing attributes

r366474 - [OPENMP]Provide correct data sharing attributes for loop control

2019-07-18 Thread Alexey Bataev via cfe-commits
Author: abataev Date: Thu Jul 18 10:49:13 2019 New Revision: 366474 URL: http://llvm.org/viewvc/llvm-project?rev=366474&view=rev Log: [OPENMP]Provide correct data sharing attributes for loop control variables. Loop control variables are private in loop-based constructs and we shall take this into