[all-commits] [llvm/llvm-project] a7119a: [OpenMP][mlir] Add translation for `if` in `omp.te...
Shraiysh via All-commits
all-commits at lists.llvm.org
Fri Oct 20 14:56:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7119a195712eaec53a007832200d3f71c1a2311
https://github.com/llvm/llvm-project/commit/a7119a195712eaec53a007832200d3f71c1a2311
Author: Shraiysh <Shraiysh.Vaishay at amd.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/openmp-teams.mlir
Log Message:
-----------
[OpenMP][mlir] Add translation for `if` in `omp.teams` (#69404)
This patch adds translation for `if` clause on `teams` construct in
OpenMP Dialect.
More information about the All-commits
mailing list