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.
Paths
| Differential D118564
[MLIR][NFC] Update SCF pass cmd line names to prefix scf ClosedPublic Authored by bondhugula on Jan 30 2022, 5:34 AM.
Details Summary Update SCF pass cmd line names to prefix scf. This is consistent with NFC.
Diff Detail
Event Timelinebondhugula retitled this revision from [NFC] Update SCF pass cmd line names to prefix scf to [MLIR][NFC] Update SCF pass cmd line names to prefix scf. Comment ActionsUpdate commit summary. This revision is now accepted and ready to land.Jan 30 2022, 11:46 AM Closed by commit rG92ccb8cc50f5: [MLIR][NFC] Update SCF pass cmd line names to prefix scf (authored by bondhugula). · Explain WhyJan 30 2022, 5:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 404416 mlir/include/mlir/Dialect/SCF/Passes.td
mlir/test/Dialect/Linalg/tile-scalarize-dynamic-dims.mlir
mlir/test/Dialect/SCF/for-loop-canonicalization.mlir
mlir/test/Dialect/SCF/for-loop-peeling.mlir
mlir/test/Dialect/SCF/for-loop-specialization.mlir
mlir/test/Dialect/SCF/loop-range.mlir
mlir/test/Dialect/SCF/parallel-loop-fusion.mlir
mlir/test/Dialect/SCF/parallel-loop-specialization.mlir
mlir/test/Dialect/SCF/parallel-loop-tiling-inbound-check.mlir
mlir/test/Dialect/SCF/parallel-loop-tiling.mlir
mlir/test/Dialect/SparseTensor/sparse_vector_peeled.mlir
mlir/test/Transforms/parallel-loop-collapsing.mlir
mlir/test/Transforms/single-parallel-loop-collapsing.mlir
|