[all-commits] [llvm/llvm-project] 4160fe: [Flang][OpenMP] Add lowering support for DISTRIBUT...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Fri Jul 5 04:54:07 PDT 2024
Branch: refs/heads/users/skatrak/composite-lower-07-distributesimd
Home: https://github.com/llvm/llvm-project
Commit: 4160feeb1daff9a287bb809ae89994632ce8f64a
https://github.com/llvm/llvm-project/commit/4160feeb1daff9a287bb809ae89994632ce8f64a
Author: Sergio Afonso <safonsof at amd.com>
Date: 2024-07-05 (Fri, 05 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