[all-commits] [llvm/llvm-project] 31486a: [mlir][OpenMP] Added translation from `omp.atomic....
Shraiysh via All-commits
all-commits at lists.llvm.org
Mon Mar 21 04:09:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 31486a9fc27a12e2c504861a1c4c3465cbb55856
https://github.com/llvm/llvm-project/commit/31486a9fc27a12e2c504861a1c4c3465cbb55856
Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
Date: 2022-03-21 (Mon, 21 Mar 2022)
Changed paths:
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/openmp-llvm-invalid.mlir
M mlir/test/Target/LLVMIR/openmp-llvm.mlir
Log Message:
-----------
[mlir][OpenMP] Added translation from `omp.atomic.capture` to LLVM IR
This patch adds translation from `omp.atomic.capture` to LLVM IR. Also
added tests for the same.
Depends on D121546
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D121554
More information about the All-commits
mailing list