The if-clause on 'target teams loop' should only accept "target" as a directive name modifier. Any other directive name should generate an error.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D156352
[OpenMP][Sema] Fix directive name modifier/if-clause/'target teams loop' ClosedPublic Authored by ddpagan on Jul 26 2023, 11:04 AM.
Details Summary The if-clause on 'target teams loop' should only accept "target" as a directive name modifier. Any other directive name should generate an error.
Diff Detail
Event TimelineHerald added subscribers: cfe-commits, jplehr, sstefan1. · View Herald TranscriptJul 26 2023, 11:04 AM This revision is now accepted and ready to land.Jul 26 2023, 11:15 AM This revision was landed with ongoing or failed builds.Jul 26 2023, 11:22 AM Closed by commit rG7cb9698374ac: [OpenMP][Sema] Fix directive name modifier/if-clause/'target teams loop' (authored by ddpagan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 544452 clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/target_teams_generic_loop_if_codegen.cpp
clang/test/OpenMP/target_teams_generic_loop_messages.cpp
|