r258394 - [OPENMP] Fix crash on reduction for complex variables.

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 21 19:03:37 PST 2016


Ok, will do

Best regards,
Alexey Bataev
=============
Software Engineer
Intel Compiler Team

22.01.2016 0:10, Hans Wennborg пишет:
> Jack suggested (https://llvm.org/bugs/show_bug.cgi?id=26059#c7) that
> this should be merged to 3.8.
>
> Alexey, you're the code owner here. OK for merging? If yes, do you
> want to go ahead and merge with utils/release/merge.sh?
>
> On Thu, Jan 21, 2016 at 4:35 AM, Alexey Bataev via cfe-commits
> <cfe-commits at lists.llvm.org> wrote:
>> Author: abataev
>> Date: Thu Jan 21 06:35:58 2016
>> New Revision: 258394
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=258394&view=rev
>> Log:
>> [OPENMP] Fix crash on reduction for complex variables.
>> reworked codegen for reduction operation for complex types to avoid crash
>>
>> Modified:
>>      cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp
>>      cfe/trunk/lib/CodeGen/CGStmtOpenMP.cpp
>>      cfe/trunk/lib/CodeGen/CodeGenFunction.h
>>      cfe/trunk/test/OpenMP/parallel_reduction_codegen.cpp



More information about the cfe-commits mailing list