[all-commits] [llvm/llvm-project] 320dc8: [mlir][OpenMP] Added omp.atomic.capture operation

Shraiysh via All-commits all-commits at lists.llvm.org
Mon Jan 24 22:56:17 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 320dc8c4df74ccce318c2c9bdb9b2937438711ac
      https://github.com/llvm/llvm-project/commit/320dc8c4df74ccce318c2c9bdb9b2937438711ac
  Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
    M mlir/test/Dialect/OpenMP/invalid.mlir
    M mlir/test/Dialect/OpenMP/ops.mlir

  Log Message:
  -----------
  [mlir][OpenMP] Added omp.atomic.capture operation

This patch supports the atomic construct (capture) following section 2.17.7 of OpenMP 5.0 standard. Also added tests for the same.

Reviewed By: peixin, kiranchandramohan

Differential Revision: https://reviews.llvm.org/D115851




More information about the All-commits mailing list