[all-commits] [llvm/llvm-project] 7fc2ea: [Flang][OpenMP] Add lowering support for DISTRIBUT...

Sergio Afonso via All-commits all-commits at lists.llvm.org
Mon Jul 8 05:07:44 PDT 2024


  Branch: refs/heads/users/skatrak/composite-lower-07-distributesimd
  Home:   https://github.com/llvm/llvm-project
  Commit: 7fc2ea1416a502dae450e16d4da61b2bfbf06a99
      https://github.com/llvm/llvm-project/commit/7fc2ea1416a502dae450e16d4da61b2bfbf06a99
  Author: Sergio Afonso <safonsof at amd.com>
  Date:   2024-07-08 (Mon, 08 Jul 2024)

  Changed paths:
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    A flang/test/Lower/OpenMP/distribute-simd.f90
    M flang/test/Lower/OpenMP/if-clause.f90
    M flang/test/Lower/OpenMP/loop-compound.f90

  Log Message:
  -----------
  [Flang][OpenMP] Add lowering support for DISTRIBUTE SIMD

This patch adds support for lowering 'DISTRIBUTE SIMD' constructs to MLIR.
Translation of `omp.distribute` operations to LLVM IR is still not supported,
so its composition with `omp.simd` isn't either.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list