[all-commits] [llvm/llvm-project] 7f1968: Add a tutorial on mlir-opt (#96105)

Jeremy Kun via All-commits all-commits at lists.llvm.org
Thu Aug 1 16:49:23 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f1968625a607fb49a2b9a67f3c8fb2892cf4839
      https://github.com/llvm/llvm-project/commit/7f1968625a607fb49a2b9a67f3c8fb2892cf4839
  Author: Jeremy Kun <jkun at google.com>
  Date:   2024-08-01 (Thu, 01 Aug 2024)

  Changed paths:
    A mlir/docs/Tutorials/MlirOpt.md
    M mlir/lib/Pass/PassManagerOptions.cpp
    A mlir/test/Examples/mlir-opt/ctlz.mlir
    A mlir/test/Examples/mlir-opt/ctlz_pipeline.mlir
    A mlir/test/Examples/mlir-opt/loop_fusion.mlir
    A mlir/test/Examples/mlir-opt/loop_fusion_default.mlir
    A mlir/test/Examples/mlir-opt/loop_fusion_options.mlir

  Log Message:
  -----------
  Add a tutorial on mlir-opt (#96105)

This tutorial gives an introduction to the `mlir-opt` tool, focusing on
how to run basic passes with and without options, run pass pipelines
from the CLI, and point out particularly useful flags.

---------

Co-authored-by: Jeremy Kun <j2kun at users.noreply.github.com>
Co-authored-by: Mehdi Amini <joker.eph at gmail.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list