[all-commits] [llvm/llvm-project] 752df2: [mlir][IR] `DominanceInfo`: Add function to query ...

Matthias Springer via All-commits all-commits at lists.llvm.org
Sun Jan 7 05:01:25 PST 2024


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

  Changed paths:
    M mlir/include/mlir/Dialect/Bufferization/Transforms/BufferUtils.h
    M mlir/include/mlir/IR/Dominance.h

  Log Message:
  -----------
  [mlir][IR] `DominanceInfo`: Add function to query dominator of a range of block (#77098)

Also improve the implementation of `findCommonDominator` (skip duplicate
blocks) and extract it from `BufferPlacementTransformationBase` (so that
`BufferPlacementTransformationBase` can be retired eventually).




More information about the All-commits mailing list