[all-commits] [llvm/llvm-project] f7d4f8: [mlir][OpenMP] Added translation for `omp.teams` t...
Shraiysh via All-commits
all-commits at lists.llvm.org
Tue Oct 3 15:36:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7d4f863be11ab9492f7a976905dd37df0e2a0e3
https://github.com/llvm/llvm-project/commit/f7d4f863be11ab9492f7a976905dd37df0e2a0e3
Author: Shraiysh <Shraiysh.Vaishay at amd.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
A mlir/test/Target/LLVMIR/openmp-teams.mlir
Log Message:
-----------
[mlir][OpenMP] Added translation for `omp.teams` to LLVM IR (#68042)
This patch adds translation from `omp.teams` operation to LLVM IR using
OpenMPIRBuilder. The clauses are not handled in this patch.
More information about the All-commits
mailing list