| Issue | 203833 |
|---|---|
| Summary | [flang][OpenMP] Support for "declare variant" |
| Labels | flang |
| Assignees | |
| Reporter | SunilKuravinakop |
Support for "declare variant" missing in flang:
e.g.
subroutine foo_parallel()
!$omp declare variant(foo_parallel_variant) match(construct={parallel})
print *, "parallel"
end subroutineI noticed this when working with "!$omp dispatch".
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
