[all-commits] [llvm/llvm-project] 918ac6: [Flang][OpenMP] Add lowering support for DISTRIBUT...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Tue Jul 9 03:17:42 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 918ac62916d48649f224f8c54837d25baff97a08
https://github.com/llvm/llvm-project/commit/918ac62916d48649f224f8c54837d25baff97a08
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 (#97819)
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