[all-commits] [llvm/llvm-project] fa5c52: [MLIR] NFC. Rename pass cmd-line to prefix affine

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Wed Jan 26 23:34:08 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fa5c5230d9143b0895bd04a04ee734ee23c9676a
      https://github.com/llvm/llvm-project/commit/fa5c5230d9143b0895bd04a04ee734ee23c9676a
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2022-01-27 (Thu, 27 Jan 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/Passes.td
    A mlir/test/Dialect/Affine/loop-coalescing.mlir
    R mlir/test/Dialect/Affine/simplify-affine-structures.mlir
    A mlir/test/Dialect/Affine/simplify-structures.mlir
    R mlir/test/Transforms/loop-coalescing.mlir

  Log Message:
  -----------
  [MLIR] NFC. Rename pass cmd-line to prefix affine

Prefix "affine-" to affine transform passes that were missing it -- to
avoid ambiguity and for uniformity. There were only two needed this.

Move mispaced affine coalescing test case file.

NFC.

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




More information about the All-commits mailing list