[flang-commits] [flang] [mlir] [flang][mlir] Add support for implicit linearization in omp.simd (PR #150386)

via flang-commits flang-commits at lists.llvm.org
Mon Dec 15 01:57:13 PST 2025


NimishMishra wrote:

Thanks @ergawy and @tblah for the initial comments. The other PR for linear clause was merged in https://github.com/llvm/llvm-project/pull/139386, and this PR handles the implicit linearization in OpenMP Simd construct (up till OpenMP v4.5).

I also tested this on the gfortran testsuite and observed no regressions (I fixed the setup problem locally, which caused an unintentional failure to get overlooked while merging https://github.com/llvm/llvm-project/pull/139386; it should be okay now).

I am currently performing some tests for the remaining composite constructs (like do simd construct etc; a full list is available in flang/docs/OpenMPSupport.md). I will open a new PR with tests for them, and likewise update their completion status in the docs.

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


More information about the flang-commits mailing list