[all-commits] [llvm/llvm-project] 1b99e8: [MLIR] Move JitRunner Options to header, pass to m...

Renato Golin via All-commits all-commits at lists.llvm.org
Sun Nov 13 10:56:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b99e8ba487bb2759c81ecd925b709830bdd7aa9
      https://github.com/llvm/llvm-project/commit/1b99e8ba487bb2759c81ecd925b709830bdd7aa9
  Author: Renato Golin <rengolin at systemcall.eu>
  Date:   2022-11-13 (Sun, 13 Nov 2022)

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

  Log Message:
  -----------
  [MLIR] Move JitRunner Options to header, pass to mlirTransformer

This allows the MLIR transformer to see the command line options and
make desicions based on them. No change upstream, but my use-case is to
look at the entry point name and type to make sure I can use them.

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




More information about the All-commits mailing list