[all-commits] [llvm/llvm-project] 237a79: [mlir][IR] Notify about block insertion when cloni...

Matthias Springer via All-commits all-commits at lists.llvm.org
Fri Feb 2 00:48:45 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 237a799e938aca86dc7e62def792b26974bbae5d
      https://github.com/llvm/llvm-project/commit/237a799e938aca86dc7e62def792b26974bbae5d
  Author: Matthias Springer <me at m-sp.org>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

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

  Log Message:
  -----------
  [mlir][IR] Notify about block insertion when cloning an op (#80262)

`OpBuilder::clone(Operation &)` should trigger not only
`notifyOperationInserted` but also `notifyBlockInserted` (for all block
contained in `op`).




More information about the All-commits mailing list