[llvm-branch-commits] [flang] [WIP][flang] Introduce HLFIR lowerings to omp.workshare_loop_nest (PR #104748)

Thirumalai Shaktivel via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Oct 3 03:06:41 PDT 2024


Thirumalai-Shaktivel wrote:

Hi @ivanradanov, thanks for the PR!

I tried building and testing this PR. And came across a case where it seg faults. Can you please check it?
```fortran
program test
        real :: arr_01(10)
        !$omp parallel workshare
            arr_01 = arr_01*2
        !$omp end parallel workshare
end program
```

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


More information about the llvm-branch-commits mailing list