[all-commits] [llvm/llvm-project] f7f0c7: [mlir][bufferize] Add isRepetitiveRegion to Buffer...

Matthias Springer via All-commits all-commits at lists.llvm.org
Fri Sep 2 05:47:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f7f0c7f7e3d711cd8f0d069fef7f664f074a57e4
      https://github.com/llvm/llvm-project/commit/f7f0c7f7e3d711cd8f0d069fef7f664f074a57e4
  Author: Matthias Springer <springerm at google.com>
  Date:   2022-09-02 (Fri, 02 Sep 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
    M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.td
    M mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
    M mlir/lib/Dialect/Bufferization/Transforms/OneShotAnalysis.cpp
    M mlir/lib/Dialect/Bufferization/Transforms/TensorCopyInsertion.cpp
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir][bufferize] Add isRepetitiveRegion to BufferizableOpInterface

This method allows to declare regions as "repetitive" even if the parent op does not implement the RegionBranchOpInterface.

This is needed to support loop-like ops that have parallel semantics but do not branch between regions.

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




More information about the All-commits mailing list