[all-commits] [llvm/llvm-project] 92ccb8: [MLIR][NFC] Update SCF pass cmd line names to pref...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Sun Jan 30 17:45:18 PST 2022


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

  Changed paths:
    M mlir/include/mlir/Dialect/SCF/Passes.td
    M mlir/test/Dialect/Linalg/tile-scalarize-dynamic-dims.mlir
    M mlir/test/Dialect/SCF/for-loop-canonicalization.mlir
    M mlir/test/Dialect/SCF/for-loop-peeling.mlir
    M mlir/test/Dialect/SCF/for-loop-specialization.mlir
    M mlir/test/Dialect/SCF/loop-range.mlir
    M mlir/test/Dialect/SCF/parallel-loop-fusion.mlir
    M mlir/test/Dialect/SCF/parallel-loop-specialization.mlir
    M mlir/test/Dialect/SCF/parallel-loop-tiling-inbound-check.mlir
    M mlir/test/Dialect/SCF/parallel-loop-tiling.mlir
    M mlir/test/Dialect/SparseTensor/sparse_vector_peeled.mlir
    M mlir/test/Transforms/parallel-loop-collapsing.mlir
    M mlir/test/Transforms/single-parallel-loop-collapsing.mlir

  Log Message:
  -----------
  [MLIR][NFC] Update SCF pass cmd line names to prefix scf

Update SCF pass cmd line names to prefix `scf`. This is consistent with
guidelines/convention on how to name dialect passes. This also avoids
ambiguity on the context given the multiple `for` operations in the
tree.

NFC.

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




More information about the All-commits mailing list