This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Sema and parsing for 'target parallel for simd' pragma
ClosedPublic

Authored by kkwli0 on Jul 7 2016, 9:25 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kkwli0 updated this revision to Diff 63083.Jul 7 2016, 9:25 AM
kkwli0 retitled this revision from to [OpenMP] Sema and parsing for 'target parallel for simd' pragma.
kkwli0 updated this object.
kkwli0 added a subscriber: cfe-commits.
ABataev accepted this revision.Jul 11 2016, 3:03 AM
ABataev edited edge metadata.

LG

This revision is now accepted and ready to land.Jul 11 2016, 3:03 AM
This revision was automatically updated to reflect the committed changes.

I'm seeing a different set of diagnostics in two of these tests, because we default to C+11, which makes them fail for us. Ideally you'd conditionalize the tests on the value of __cplusplus (like Charles Li has been doing for a whole lot of the Clang tests). If that's inconvenient for you right now, would you mind if I added -std=c++03 to the following tests? It's just these two that need it:

target_parallel_for_simd_collapse_messages.cpp
target_parallel_for_simd_ordered_messages.cpp