On Fri, Aug 14, 2015 at 5:25 AM, Alexey Bataev via cfe-commits
<cfe-commits@lists.llvm.org> wrote:
> Author: abataev
> Date: Fri Aug 14 07:25:37 2015
> New Revision: 245041
>
> URL: http://llvm.org/viewvc/llvm-project?rev=245041&view=rev
> Log:
> [OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 
> 2.75.
> blender uses statements expression in condition of the loop under control of 
> the '#pragma omp parallel for'. This condition is used several times in 
> different expressions required for codegen of the loop directive. If there 
> are some variables defined in statement expression, it fires an assert during 
> codegen because of redefinition of the same variables.
> We have to rebuild several expression to be sure that all variables are 
> unique.

Should we merge this to 3.7?
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to