This revision was automatically updated to reflect the committed changes.
Closed by commit rL368295: [OPENMP]Add support for analysis of linear variables
and step. (authored by ABataev, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
C
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Thx again!
Comment at: lib/AST/OpenMPClause.cpp:473
+ // (Step and CalcStep), list of used expression + step.
+ void *Mem = C.Allocate(totalSizeToAlloc(5 * NumVars + 2 + NumVars
ABataev updated this revision to Diff 213888.
ABataev added a comment.
Rebase
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65461/new/
https://reviews.llvm.org/D65461
Files:
include/clang/AST/OpenMPClause.h
lib/AST/OpenMPClause.cpp
lib/Sema/SemaOpenMP.cpp
ABataev created this revision.
ABataev added a reviewer: NoQ.
Herald added a subscriber: guansong.
Herald added a project: clang.
Added support for basic analysis of the linear variables and linear step
expression. Linear loop iteration variables must be excluded from this
analysis, only non-loop