[all-commits] [llvm/llvm-project] c9626e: [OpenMP][mlir] Add `enter` capture attribute to de...
Shraiysh via All-commits
all-commits at lists.llvm.org
Mon Nov 13 12:51:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9626e6264c4dd7c7e171c1f525a9f746b09bf16
https://github.com/llvm/llvm-project/commit/c9626e6264c4dd7c7e171c1f525a9f746b09bf16
Author: Shraiysh <Shraiysh.Vaishay at amd.com>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Dialect/OpenMP/attr.mlir
M mlir/test/Target/LLVMIR/omptarget-declare-target-llvm-host.mlir
M mlir/test/Target/LLVMIR/openmp-llvm.mlir
Log Message:
-----------
[OpenMP][mlir] Add `enter` capture attribute to declare target (#72062)
This patch adds support for enter attribute in declare target. As the
enter attribute is a replacement for `to` attribute, it has the same
tests.
More information about the All-commits
mailing list