[all-commits] [llvm/llvm-project] fdc7a1: [MLIR][Affine] Add affine.parallel op

Frank Laub via All-commits all-commits at lists.llvm.org
Wed Feb 12 18:00:29 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fdc7a16a8275b4ef69a17bb61c54c445ef506f90
      https://github.com/llvm/llvm-project/commit/fdc7a16a8275b4ef69a17bb61c54c445ef506f90
  Author: Frank Laub <frank.laub at intel.com>
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/AffineOps/AffineOps.td
    M mlir/include/mlir/IR/OpImplementation.h
    M mlir/lib/Dialect/AffineOps/AffineOps.cpp
    M mlir/lib/Parser/Parser.cpp
    M mlir/test/AffineOps/invalid.mlir
    M mlir/test/AffineOps/ops.mlir

  Log Message:
  -----------
  [MLIR][Affine] Add affine.parallel op

Summary:
As discussed in https://llvm.discourse.group/t/rfc-add-affine-parallel/350, this is the first in a series of patches to bring in support for the `affine.parallel` operation.

This first patch adds the IR representation along with custom printer/parser implementations.

Reviewers: bondhugula, herhut, mehdi_amini, nicolasvasilache, rriddle, earhart, jbruestle

Reviewed By: bondhugula, nicolasvasilache, rriddle, earhart, jbruestle

Subscribers: jpienaar, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, Joonsoo, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list