[all-commits] [llvm/llvm-project] c2675b: [mlir][IR] Send missing notification when splittin...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Jan 31 05:56:37 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c2675ba91aa22e7530465f027fbd853c05b95192
      https://github.com/llvm/llvm-project/commit/c2675ba91aa22e7530465f027fbd853c05b95192
  Author: Matthias Springer <me at m-sp.org>
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
    M mlir/lib/IR/PatternMatch.cpp
    M mlir/lib/Transforms/Utils/DialectConversion.cpp
    M mlir/test/Transforms/test-strict-pattern-driver.mlir
    M mlir/test/lib/Dialect/Test/TestPatterns.cpp

  Log Message:
  -----------
  [mlir][IR] Send missing notification when splitting a block (#79597)

When a block is split with `RewriterBase::splitBlock`, a
`notifyBlockInserted` notification, followed by
`notifyOperationInserted` notifications (for moving over the operations
into the new block) should be sent. This commit adds those
notifications.




More information about the All-commits mailing list