[Mlir-commits] [mlir] a8ef3c8 - [mlir][vector][test] Fix comment in test (nfc) (#170336)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Dec 2 09:44:24 PST 2025


Author: Andrzej WarzyƄski
Date: 2025-12-02T17:44:20Z
New Revision: a8ef3c8eb9d4afff8c87b291f04fd826977b7414

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

LOG: [mlir][vector][test] Fix comment in test (nfc) (#170336)

Fix a comment post #162167

Added: 
    

Modified: 
    mlir/test/Dialect/Vector/vector-sink.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Dialect/Vector/vector-sink.mlir b/mlir/test/Dialect/Vector/vector-sink.mlir
index 577b06df42929..beaba52af1841 100644
--- a/mlir/test/Dialect/Vector/vector-sink.mlir
+++ b/mlir/test/Dialect/Vector/vector-sink.mlir
@@ -780,7 +780,7 @@ func.func @negative_extract_load_scalable(%arg0: memref<?xf32>, %arg1: index) ->
 }
 
 //-----------------------------------------------------------------------------
-// [Pattern: StoreOpFromSplatOrBroadcast]
+// [Pattern: StoreOpFromBroadcast]
 //-----------------------------------------------------------------------------
 
 // CHECK-LABEL: @store_splat


        


More information about the Mlir-commits mailing list