[Mlir-commits] [mlir] 3ea0a0b - [mlir][tosa][nfc] Fix comments (#177335)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jan 22 02:52:48 PST 2026


Author: Andrzej WarzyƄski
Date: 2026-01-22T10:52:42Z
New Revision: 3ea0a0b5eca7adc088bc2d324101a68f4e071110

URL: https://github.com/llvm/llvm-project/commit/3ea0a0b5eca7adc088bc2d324101a68f4e071110
DIFF: https://github.com/llvm/llvm-project/commit/3ea0a0b5eca7adc088bc2d324101a68f4e071110.diff

LOG: [mlir][tosa][nfc] Fix comments (#177335)

Added: 
    

Modified: 
    mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h

Removed: 
    


################################################################################
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