[all-commits] [llvm/llvm-project] a61b30: [Flang][OpenMP] Add lowering support for DISTRIBUT...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Tue Jul 9 02:35:07 PDT 2024
Branch: refs/heads/users/skatrak/composite-lower-07-distributesimd
Home: https://github.com/llvm/llvm-project
Commit: a61b3069a400f43eaa4f71e443b8a85c90aea0f0
https://github.com/llvm/llvm-project/commit/a61b3069a400f43eaa4f71e443b8a85c90aea0f0
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