[all-commits] [llvm/llvm-project] 200889: [mlir-cpu-runner] Support parsing operations other...

rk via All-commits all-commits at lists.llvm.org
Mon Oct 3 12:37:15 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 200889fbd91b661a8cf4e5a914d05010300ffee1
      https://github.com/llvm/llvm-project/commit/200889fbd91b661a8cf4e5a914d05010300ffee1
  Author: rkayaith <rkayaith at gmail.com>
  Date:   2022-10-03 (Mon, 03 Oct 2022)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/ExecutionEngine.h
    M mlir/include/mlir/ExecutionEngine/JitRunner.h
    M mlir/lib/ExecutionEngine/ExecutionEngine.cpp
    M mlir/lib/ExecutionEngine/JitRunner.cpp
    A mlir/test/mlir-cpu-runner/invalid.mlir
    M mlir/tools/mlir-spirv-cpu-runner/mlir-spirv-cpu-runner.cpp

  Log Message:
  -----------
  [mlir-cpu-runner] Support parsing operations other than 'builtin.module' as top-level

This adds a `--no-implicit-module` option, which disables the insertion
of a top-level `builtin.module` during parsing. The top-level op is
required to have the `SymbolTable` trait.

The majority of the change here is removing `ModuleOp` from interfaces.

Reviewed By: rriddle

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




More information about the All-commits mailing list