[clang] [OpenMP][CIR] Implement basic 'parallel' lowering + some clause infra (PR #172308)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 15 06:44:58 PST 2025


https://github.com/erichkeane commented:

Note: I've got 1 more patch after this one (and the barrier one) that will show how a clause can be implemented, but it is dependent on this one.  `proc_bind` seemed easy enough to implement, so I'll submit that after this gets merged.

However, that'll be my last CIR/OMP patch.

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


More information about the cfe-commits mailing list