[all-commits] [llvm/llvm-project] 11ed2d: [mlir][OpenMP] Add omp.single

Shraiysh via All-commits all-commits at lists.llvm.org
Wed Mar 23 04:16:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 11ed2d4acd211bf0ff13078fcc907733205bf147
      https://github.com/llvm/llvm-project/commit/11ed2d4acd211bf0ff13078fcc907733205bf147
  Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
  Date:   2022-03-23 (Wed, 23 Mar 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] Add omp.single

This patch adds omp.single according to Section 2.8.2 of OpenMP 5.0.

Also added tests for the same.

Reviewed By: peixin

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

Co-authored-by: Kiran Kumar T P <kirankumar.tp at amd.com>




More information about the All-commits mailing list