[all-commits] [llvm/llvm-project] d82c1f: [MLIR][OpenMP] Added omp.atomic.update

Shraiysh via All-commits all-commits at lists.llvm.org
Thu Dec 9 01:51:35 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d82c1f4e4b72e3f90476bda9341b2a5cbff389b9
      https://github.com/llvm/llvm-project/commit/d82c1f4e4b72e3f90476bda9341b2a5cbff389b9
  Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
  Date:   2021-12-09 (Thu, 09 Dec 2021)

  Changed paths:
    M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
    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/test/Dialect/OpenMP/invalid.mlir
    M mlir/test/Dialect/OpenMP/ops.mlir

  Log Message:
  -----------
  [MLIR][OpenMP] Added omp.atomic.update

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

Reviewed By: kiranchandramohan, peixin

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




More information about the All-commits mailing list