[all-commits] [llvm/llvm-project] 1e344c: [CSE] Make domInfo a stored property, cut use of D...

Chris Lattner via All-commits all-commits at lists.llvm.org
Sun May 30 12:23:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e344ce4f3fac4beb5e23e04dc3dd59398125956
      https://github.com/llvm/llvm-project/commit/1e344ce4f3fac4beb5e23e04dc3dd59398125956
  Author: Chris Lattner <clattner at nondot.org>
  Date:   2021-05-30 (Sun, 30 May 2021)

  Changed paths:
    M mlir/include/mlir/IR/Dominance.h
    M mlir/lib/Transforms/CSE.cpp

  Log Message:
  -----------
  [CSE] Make domInfo a stored property, cut use of DominanceInfo::hasDominanceInfo. NFC.

CSE is the only client of this API, refactor it a bit to pull the query
internally to make changes to DominanceInfo a bit easier.  This commit
also improves comments a bit.




More information about the All-commits mailing list