[all-commits] [llvm/llvm-project] c672b3: [mlir][IR] Send missing notifications when inlinin...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c672b342c3b6ae70a0b25852e3ce3bcadd684b11
      https://github.com/llvm/llvm-project/commit/c672b342c3b6ae70a0b25852e3ce3bcadd684b11
  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/test/Dialect/Affine/simplify-structures.mlir
    M mlir/test/Transforms/test-strict-pattern-driver.mlir
    M mlir/test/lib/Dialect/Test/TestPatterns.cpp

  Log Message:
  -----------
  [mlir][IR] Send missing notifications when inlining a block (#79593)

When a block is inlined into another block, the nested operations are
moved into another block and the `notifyOperationInserted` callback
should be triggered. This commit adds the missing notifications for:
* `RewriterBase::inlineBlockBefore`
* `RewriterBase::mergeBlocks`




More information about the All-commits mailing list