This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Parsing + sema for target parallel for directive.
ClosedPublic

Authored by arpith-jacob on Jan 31 2016, 3:28 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

arpith-jacob retitled this revision from to [OpenMP] Parsing + sema for target parallel for directive..
arpith-jacob updated this object.
ABataev accepted this revision.Feb 2 2016, 11:16 AM
ABataev edited edge metadata.

LG with small comment

lib/Parse/ParseOpenMP.cpp
185 ↗(On Diff #46497)

move '{clause}' string from line 183 after 'target parallel for'

This revision is now accepted and ready to land.Feb 2 2016, 11:16 AM
arpith-jacob marked an inline comment as done.Feb 3 2016, 7:24 AM

Alexey, I've made the change in the comments. Thanks very much for your time!

This revision was automatically updated to reflect the committed changes.