[all-commits] [llvm/llvm-project] aa4e54: [mlir][transforms] CSE ops with multiple regions

Matthias Springer via All-commits all-commits at lists.llvm.org
Fri Jan 27 03:22:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa4e54f2f444c266310105fccbdbb07fc71894da
      https://github.com/llvm/llvm-project/commit/aa4e54f2f444c266310105fccbdbb07fc71894da
  Author: Matthias Springer <springerm at google.com>
  Date:   2023-01-27 (Fri, 27 Jan 2023)

  Changed paths:
    M mlir/lib/Transforms/CSE.cpp
    M mlir/test/Transforms/cse.mlir

  Log Message:
  -----------
  [mlir][transforms] CSE ops with multiple regions

There were issues with the CSE equivalence analysis that have been fixed with D142558. This makes it possible to CSE ops with multiple regions.

Differential Revision: https://reviews.llvm.org/D142562




More information about the All-commits mailing list