[all-commits] [llvm/llvm-project] fbe911: [mlir][AffineToStandard] Make LowerAffine pass Op-...

MaheshRavishankar via All-commits all-commits at lists.llvm.org
Mon Jul 27 12:14:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fbe911ee750fe62061eb15c5c8f71270fdc2fe98
      https://github.com/llvm/llvm-project/commit/fbe911ee750fe62061eb15c5c8f71270fdc2fe98
  Author: MaheshRavishankar <ravishankarm at google.com>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/include/mlir/Transforms/Passes.h
    M mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
    A mlir/test/Conversion/AffineToStandard/lower-affine-gpu.mlir

  Log Message:
  -----------
  [mlir][AffineToStandard] Make LowerAffine pass Op-agnostic.

The LowerAffine psas was a FunctionPass only for legacy
reasons. Making this Op-agnostic allows it to be used from command
line when affine expressions are within operations other than
`std.func`.

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




More information about the All-commits mailing list