[Openmp-commits] [openmp] [OpenMP] OpenMP ThreadSet clause - basic runtime (PR #144409)

Alexey Bataev via Openmp-commits openmp-commits at lists.llvm.org
Tue Jun 17 10:08:33 PDT 2025


alexey-bataev wrote:

> I'd assume the runtime support is orthogonal to the front end support. For the runtime support, this is far from what is needed. Just to add one bit w/o anything else is not sufficient. Even if the front end emits code that uses the bit, it will be fine because it is reserved anyway. On the other hand, to add runtime support doesn't require front end support as well.

Not quite. If the compiler claims some bits used for some particular purposes, we cannot keep this bit "reserved" in the runtime, it maybe a potential source of bugs in future

https://github.com/llvm/llvm-project/pull/144409


More information about the Openmp-commits mailing list