[llvm] [TOSA] Add TosaToMLProgram conversion (PR #69787)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 10:16:38 PDT 2023


================
@@ -0,0 +1,31 @@
+//===-- TosaToMLProgram.h - TOSA to ML_Program dialect lowerings-*- C++ -*-===//
+//
+// 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 declares the passes for the TOSA to the SCF Dialect conversion.
----------------
Jerry-Ge wrote:

nice catch.

https://github.com/llvm/llvm-project/pull/69787


More information about the llvm-commits mailing list