This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix assert fail with user thread limit
ClosedPublic

Authored by doru1004 on Aug 28 2023, 8:53 AM.

Details

Summary

Fix assert fail with user thread limit to ensure the assert fail doesn't trigger when a user value is specified. Values given by the user are not guaranteed to satisfy the old assert condition.
Fixes: https://reviews.llvm.org/D158802

Diff Detail