[Mlir-commits] [mlir] [mlir][tosa][nfc] Fix comments (PR #177335)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu Jan 22 02:29:50 PST 2026
https://github.com/banach-space created https://github.com/llvm/llvm-project/pull/177335
None
>From 02aad24bc7c50d25f14e94a188bb2a9395da73b9 Mon Sep 17 00:00:00 2001
From: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: Thu, 22 Jan 2026 10:29:00 +0000
Subject: [PATCH] [mlir][tosa][nfc] Fix comments
---
mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
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.
More information about the Mlir-commits
mailing list