[Mlir-commits] [mlir] [mlir][mlir-spirv-cpu-runner] Move MLIR pass pipeline to mlir-opt (PR #111575)
Jakub Kuderski
llvmlistbot at llvm.org
Tue Oct 8 11:37:16 PDT 2024
================
@@ -0,0 +1,87 @@
+//===------------------ TestSPIRVCPURunnerPipeline.cpp --------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file implements a pass for use by mlir-spirv-cpu-runner tests.
----------------
kuhar wrote:
```suggestion
// Implements a pass for use by mlir-spirv-cpu-runner tests.
```
https://github.com/llvm/llvm-project/pull/111575
More information about the Mlir-commits
mailing list