[all-commits] [llvm/llvm-project] 945144: [mlir][docs] Fix pass manager document

vmrajas via All-commits all-commits at lists.llvm.org
Tue Jul 19 12:53:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9451440f820a497bd3f9ad0b3a85a7edc7ec67aa
      https://github.com/llvm/llvm-project/commit/9451440f820a497bd3f9ad0b3a85a7edc7ec67aa
  Author: Rajas Vanjape <vmrajas at google.com>
  Date:   2022-07-19 (Tue, 19 Jul 2022)

  Changed paths:
    M mlir/docs/PassManagement.md

  Log Message:
  -----------
  [mlir][docs] Fix pass manager document

The code example for pass manager incorrectly uses nestedFunctionPM
instead of nestedAnyPm for adding CSE and Canonicalize Passes. This diff fixes
it by changing it to nestedAnyPm.

Reviewed By: rriddle

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




More information about the All-commits mailing list