[flang-commits] [clang] [flang] [llvm] [openmp] [OpenMP] OpenMP 6.0 taskgraph support (WIP) (PR #188765)
Nikita Popov via flang-commits
flang-commits at lists.llvm.org
Wed Sep 23 07:09:35 PDT 2026
nikic wrote:
You can just not open the entire stack at once. Nobody is going to review a hundred PRs in one sitting anyway. It is usually sufficient to have an overview PR (like this) if people want to get a high level idea, it's not necessary to have individual PRs open for all parts of it.
And yes, some of those PRs should not be there. E.g. https://github.com/llvm/llvm-project/pull/225693 should either be in the PR that introduced the issue (if it was introduced in the stack), or it should be a completely separate PR that is independent from the stack (if it is fixing a pre-existing issue).
https://github.com/llvm/llvm-project/pull/188765
More information about the flang-commits
mailing list