[all-commits] [llvm/llvm-project] 1063df: [mlir][openmp] Added omp.taskloop

Shraiysh via All-commits all-commits at lists.llvm.org
Mon Jul 4 00:20:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1063dfc0285362918aa6bce482a532cb911f64fb
      https://github.com/llvm/llvm-project/commit/1063dfc0285362918aa6bce482a532cb911f64fb
  Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
  Date:   2022-07-04 (Mon, 04 Jul 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.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.taskloop

This patch adds omp.taskloop operation to OpenMP Dialect along with
tests.

Reviewed By: peixin

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




More information about the All-commits mailing list