[all-commits] [llvm/llvm-project] 9006bc: [OpenMP] Enable simd in non-reduction composite co...
Kajetan Puchalski via All-commits
all-commits at lists.llvm.org
Tue Jul 8 06:27:55 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9006bc87170e347a776f34439fe1884d719e0861
https://github.com/llvm/llvm-project/commit/9006bc87170e347a776f34439fe1884d719e0861
Author: Kajetan Puchalski <kajetan.puchalski at arm.com>
Date: 2025-07-08 (Tue, 08 Jul 2025)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
A mlir/test/Target/LLVMIR/openmp-parallel-do-simd.mlir
A mlir/test/Target/LLVMIR/openmp-teams-distribute-parallel-do-simd.mlir
M mlir/test/Target/LLVMIR/openmp-todo.mlir
Log Message:
-----------
[OpenMP] Enable simd in non-reduction composite constructs (#146097)
Despite currently being ignored with a warning, simd as a leaf in
composite constructs behaves as expected when the construct does not
contain a reduction. Enable it for those non-reduction constructs.
---------
Signed-off-by: Kajetan Puchalski <kajetan.puchalski at arm.com>
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