diff options
| author | Jack Styles <jack.styles@arm.com> | 2026-02-03 09:27:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-03 09:27:55 +0000 |
| commit | f95b63b7e639486f935ab72717019cf3a958dda9 (patch) | |
| tree | 5a78b62f4083978961f9e4b550ca294522734f6f /llvm/tools/llvm-libtool-darwin | |
| parent | 56d31697c2a2c38844bdc0f43e537c29a5115d87 (diff) | |
| download | llvm-main.zip llvm-main.tar.gz llvm-main.tar.bz2 | |
As per the OpenMP Spec, Chunk Size is allowed when using the guided
kind-type with the schedule clause. However, when being used in cases
such as `!$omp do simd schedule (simd:guided,4)`, this was not allowed
as the base type, BaseGuidedSimd, would hit an assert not allowing
ChunkSizes.
By making this change, we can allow the use of the Guided type, with a
ChunkSize and the schedule clause when using OMPIRBuidler.
Fixes #82106
Diffstat (limited to 'llvm/tools/llvm-libtool-darwin')
0 files changed, 0 insertions, 0 deletions
