[all-commits] [llvm/llvm-project] 47a4da: [mlir] mlir-opt-repl v2: save, bookmark, verify, p...

Maksim Levental via All-commits all-commits at lists.llvm.org
Sun Jun 14 16:21:45 PDT 2026


  Branch: refs/heads/users/makslevental/mlir-opt-repl-v2
  Home:   https://github.com/llvm/llvm-project
  Commit: 47a4da17a1269573a78996e3b2bc4d653e36366e
      https://github.com/llvm/llvm-project/commit/47a4da17a1269573a78996e3b2bc4d653e36366e
  Author: makslevental <m_levental at apple.com>
  Date:   2026-06-14 (Sun, 14 Jun 2026)

  Changed paths:
    M mlir/test/mlir-opt-repl/conftest.py
    M mlir/test/mlir-opt-repl/test_cli_and_edge_cases.py
    M mlir/test/mlir-opt-repl/test_mcp.py
    M mlir/test/mlir-opt-repl/test_repl.py
    M mlir/tools/mlir-opt-repl/README.md
    M mlir/tools/mlir-opt-repl/src/mlir_opt_repl/engine.py
    M mlir/tools/mlir-opt-repl/src/mlir_opt_repl/mcp.py
    M mlir/tools/mlir-opt-repl/src/mlir_opt_repl/repl.py

  Log Message:
  -----------
  [mlir] mlir-opt-repl v2: save, bookmark, verify, pass-pipeline syntax, tab completion

New features:
- save: write current IR to a file
- bookmark: name history steps for easy rewind-by-name
- verify: run --verify-diagnostics on current IR
- pass-pipeline syntax: 'run builtin.module(canonicalize,cse)' works
- tab completion: commands and pass names auto-complete with Tab

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply at anthropic.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