[all-commits] [llvm/llvm-project] 3ba79a: [mlir][mem2reg] Add mem2reg rewrite pattern.

Théo Degioanni via All-commits all-commits at lists.llvm.org
Tue May 9 07:13:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ba79a368122ec3779ba8199ca1b84f5ad57e71a
      https://github.com/llvm/llvm-project/commit/3ba79a368122ec3779ba8199ca1b84f5ad57e71a
  Author: Théo Degioanni <theo.degioanni at nextsilicon.com>
  Date:   2023-05-09 (Tue, 09 May 2023)

  Changed paths:
    M mlir/include/mlir/Transforms/Mem2Reg.h
    M mlir/lib/Transforms/Mem2Reg.cpp

  Log Message:
  -----------
  [mlir][mem2reg] Add mem2reg rewrite pattern.

This revision introduces the ability to invoke mem2reg as a rewrite pattern. This also modified the canonical mem2reg pass to use the rewrite pattern approach.

Depends on D149825

Reviewed By: gysit

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




More information about the All-commits mailing list