[flang-commits] [flang] [flang][OpenMP] Enable lastprivate on simd (PR #93786)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Fri Jun 7 02:33:25 PDT 2024


================
@@ -182,3 +182,30 @@ subroutine simd_with_collapse_clause(n)
   end do
   !$OMP END SIMD
 end subroutine
+
+!CHECK: func.func @_QPlastprivate_with_simd() {
----------------
ergawy wrote:

nit: to separate this from the previous blocks of checks.
```suggestion
!CHECK-LABEL: func.func @_QPlastprivate_with_simd() {
```

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


More information about the flang-commits mailing list