[all-commits] [llvm/llvm-project] 296e97: [MLIR] Support for return values in Affine.For yield

avarmapml via All-commits all-commits at lists.llvm.org
Thu Sep 17 11:05:54 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 296e97ae8f7183c2f8737b9e6e68df4904dbfadf
      https://github.com/llvm/llvm-project/commit/296e97ae8f7183c2f8737b9e6e68df4904dbfadf
  Author: Abhishek Varma <abhishek.varma at polymagelabs.com>
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/EDSC/Builders.h
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
    M mlir/lib/Dialect/Affine/EDSC/Builders.cpp
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/test/Dialect/Affine/invalid.mlir
    M mlir/test/Dialect/Affine/ops.mlir
    M mlir/test/EDSC/builder-api-test.cpp

  Log Message:
  -----------
  [MLIR] Support for return values in Affine.For yield

Add support for return values in affine.for yield along the same lines
as scf.for and affine.parallel.

Signed-off-by: Abhishek Varma <abhishek.varma at polymagelabs.com>

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




More information about the All-commits mailing list