Commit 642453c
authored
[flang][OpenMP] Mark atomic clauses as unique (llvm#137460)
The current implementation of the ATOMIC construct handles these clauses
individually, and this change does not have an observable effect. At the
same time these clauses are unique as per the OpenMP spec, and this
patch reflects that in the OMP.td file.1 parent abfb2ce commit 642453c
1 file changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | 605 | | |
613 | 606 | | |
614 | 607 | | |
| 608 | + | |
| 609 | + | |
615 | 610 | | |
616 | 611 | | |
| 612 | + | |
617 | 613 | | |
618 | 614 | | |
619 | 615 | | |
| 616 | + | |
620 | 617 | | |
| 618 | + | |
621 | 619 | | |
622 | 620 | | |
623 | 621 | | |
| |||
668 | 666 | | |
669 | 667 | | |
670 | 668 | | |
671 | | - | |
| 669 | + | |
672 | 670 | | |
673 | 671 | | |
674 | 672 | | |
| |||
0 commit comments