[all-commits] [llvm/llvm-project] 19a7e4: [MLIR][OpenMP] Added omp.sections and omp.section

Shraiysh via All-commits all-commits at lists.llvm.org
Sat Nov 6 06:57:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 19a7e4729da58a968e2e5fccfc6fff1ec4dc4a2d
      https://github.com/llvm/llvm-project/commit/19a7e4729da58a968e2e5fccfc6fff1ec4dc4a2d
  Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
  Date:   2021-11-06 (Sat, 06 Nov 2021)

  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.sections and omp.section

Added omp.sections and omp.section operation according to the
section 2.8.1 of OpenMP Standard 5.0.

Reviewed By: kiranchandramohan

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




More information about the All-commits mailing list