[all-commits] [llvm/llvm-project] 04dac2: [mlir][SCF][bufferize][NFC] Implement resolveConfl...

Matthias Springer via All-commits all-commits at lists.llvm.org
Tue Jun 28 03:23:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04dac2ca7c06d0ce173e53527e3b90a07e3b325d
      https://github.com/llvm/llvm-project/commit/04dac2ca7c06d0ce173e53527e3b90a07e3b325d
  Author: Matthias Springer <springerm at google.com>
  Date:   2022-06-28 (Tue, 28 Jun 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
    M mlir/lib/Dialect/SCF/IR/SCF.cpp
    M mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp

  Log Message:
  -----------
  [mlir][SCF][bufferize][NFC] Implement resolveConflicts for ParallelInsertSliceOp

This was previous implemented as part of the BufferizableOpInterface of ForEachThreadOp. Moving the implementation to ParallelInsertSliceOp to be consistent with the remaining ops and to have a nice example op that can serve as a blueprint for other ops.

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




More information about the All-commits mailing list