Add some clause validity tests for parallel directive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
IIUC, the rational for adding these tests was to just add clauses which might be missing from the list of AccClause ?
Comment Actions
Thanks for the review! I'm currently passing on all directive and make sure that all accepted clauses are actually accepted and restrictions are in place correctly. In this case, ACC.td and the sema restrictions were correct already but just wanted to make sure to add those tests to avoid future regression.