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 iteration variables must be analyzed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thx again!
lib/AST/OpenMPClause.cpp | ||
---|---|---|
473 ↗ | (On Diff #213888) | Formatting error ^.^ |
477 ↗ | (On Diff #213888) | This function name almost makes me slightly uncomfortable -___-" |
test/OpenMP/distribute_parallel_for_simd_linear_messages.cpp | ||
9 ↗ | (On Diff #213888) | I see you guys don't do the // no-warning thing very often? 'Cause even if it's meaningless for VerifyDiagnosticsConsumer, i find it pretty useful when reading other people's tests and trying to figure out what they were about. I.e., if somebody accidentally breaks your machinery and they see a warning on this test, it would be nice if they immediately understand that this is a false positive and they need to go fix their code rather than add an // expected-warning. |