[Mlir-commits] [mlir] [mlir][tosa][nfc] Fix comments (PR #177335)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jan 22 02:30:19 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-tosa
@llvm/pr-subscribers-mlir
Author: Andrzej WarzyĆski (banach-space)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/177335.diff
1 Files Affected:
- (modified) mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h (+2-3)
``````````diff
diff --git a/mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h b/mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h
index ab9b9f24ef3dd..66f68ae71f271 100644
--- a/mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h
+++ b/mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h
@@ -1,5 +1,4 @@
-//===-- TosaToLinalg.h - TOSA optimization pass declarations ----------*- C++
-//-*-===//
+//===- TosaToLinalg.h - TOSA optimization pass declarations ---------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -29,7 +28,7 @@ std::unique_ptr<Pass> createTosaToLinalg();
std::unique_ptr<Pass> createTosaToLinalgNamed(
const TosaToLinalgNamedOptions &options = TosaToLinalgNamedOptions());
-/// Populates passes to convert from TOSA to Linalg on buffers. At the end of
+/// Populates passes to convert from TOSA to Linalg. At the end of
/// the pass, the function will only contain linalg ops or standard ops if the
/// pipeline succeeds. The option to disable decompositions is available for
/// benchmarking performance improvements from the canonicalizations.
``````````
</details>
https://github.com/llvm/llvm-project/pull/177335
More information about the Mlir-commits
mailing list