[all-commits] [llvm/llvm-project] 521780: [mlir][arith] Do not limit arith-expand pass to Fu...

Ivan Butygin via All-commits all-commits at lists.llvm.org
Mon Feb 14 00:50:37 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5217801daefbcad25ece6c784fea1d05244cf34c
      https://github.com/llvm/llvm-project/commit/5217801daefbcad25ece6c784fea1d05244cf34c
  Author: Ivan Butygin <ivan.butygin at gmail.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Arithmetic/Transforms/Passes.td

  Log Message:
  -----------
  [mlir][arith] Do not limit arith-expand pass to FuncOp

This pass doesn't have any limitations specific to FuncOp and it will be useful to be able to run it on other ops (e.g. gpu.func).

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




More information about the All-commits mailing list