This patch adds missing GOMP_5.0 loop entry points (GCC-9.x) which incorporate
new non-monotonic entry point names. Since monotonic
schedules are a subset of nonmonotonic, it is acceptable to use
monotonic as the implementation. This patch simply has the nonmonotonic
versions of the loop entry points as wrappers around the monotonic ones.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo