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

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 20 15:00:59 PDT 2023


github-actions[bot] wrote:


<!--LLVM CODE FORMAT COMMENT: {clang-format}-->

:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff dbc1b71cf454d75d5f5265d2d1d2b2273c03d22a 9677b5aeaf7d84efd3f8e66dfcc937707ec1de4a -- mlir/include/mlir/Conversion/TosaToMLProgram/TosaToMLProgram.h mlir/lib/Conversion/TosaToMLProgram/TosaToMLProgram.cpp mlir/lib/Conversion/TosaToMLProgram/TosaToMLProgramPass.cpp mlir/include/mlir/Conversion/Passes.h
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/mlir/include/mlir/Conversion/TosaToMLProgram/TosaToMLProgram.h b/mlir/include/mlir/Conversion/TosaToMLProgram/TosaToMLProgram.h
index 4c8f87e14797..137c93464cfb 100644
--- a/mlir/include/mlir/Conversion/TosaToMLProgram/TosaToMLProgram.h
+++ b/mlir/include/mlir/Conversion/TosaToMLProgram/TosaToMLProgram.h
@@ -1,5 +1,5 @@
 //===-- TosaToMLProgram.h - TOSA to ML_Program dialect lowerings -------------*-
-//C++ -*-===//
+// C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.

``````````

</details>


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


More information about the llvm-commits mailing list