[all-commits] [llvm/llvm-project] ccc8f0: [Flang][OpenMP] Add lowering support for DISTRIBUT...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Tue Jul 9 03:17:28 PDT 2024
Branch: refs/heads/users/skatrak/composite-lower-07-distributesimd
Home: https://github.com/llvm/llvm-project
Commit: ccc8f021892d88780b7c1085069af7acd3d7962f
https://github.com/llvm/llvm-project/commit/ccc8f021892d88780b7c1085069af7acd3d7962f
Author: Sergio Afonso <safonsof at amd.com>
Date: 2024-07-09 (Tue, 09 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