[all-commits] [llvm/llvm-project] d423fc: Add RegionBranchOpInterface on affine.for op

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Wed Apr 20 05:19:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d423fc372466c304dfec530d2d9cc559ad01a762
      https://github.com/llvm/llvm-project/commit/d423fc372466c304dfec530d2d9cc559ad01a762
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2022-04-20 (Wed, 20 Apr 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/test/Dialect/Bufferization/Transforms/buffer-deallocation.mlir
    M mlir/test/Transforms/sccp-structured.mlir

  Log Message:
  -----------
  Add RegionBranchOpInterface on affine.for op

Add RegionBranchOpInterface on affine.for op so that transforms relying
on RegionBranchOpInterface can support affine.for. E.g.:
buffer-deallocation pass.

Reviewed By: herhut

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




More information about the All-commits mailing list