This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Simplify code for reductions on distribute directives, NFC.
ClosedPublic

Authored by Hahnfeld on Oct 1 2018, 10:09 AM.

Details

Summary

Only need to care about the 'distribute simd' case, all other composite
directives are handled elsewhere. This was already reflected in the
outer 'if' condition, so all other inner conditions could never be true.

Diff Detail

Repository
rC Clang

Event Timeline

Hahnfeld created this revision.Oct 1 2018, 10:09 AM
This revision is now accepted and ready to land.Oct 1 2018, 10:43 AM
This revision was automatically updated to reflect the committed changes.