This revision was automatically updated to reflect the committed changes.
Closed by commit rL367116: [OPENMP]Add support for analysis of reduction
variables. (authored by ABataev, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
CHANGES
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Herald added a reviewer: jdoerfert.
Great, thanks!
That'll be fun to model in the static analyzer :/
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65106/new/
https:
ABataev created this revision.
ABataev added a reviewer: NoQ.
Herald added subscribers: jdoerfert, guansong.
Herald added a project: clang.
Reduction variables are the variables, for which the private copies
must be created in the OpenMP regions. Then they are initialized with
the predefined value