[Mlir-commits] [mlir] [mlir][vector][test] Fix comment in test (nfc) (PR #170336)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Dec 2 09:34:50 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Andrzej WarzyĆski (banach-space)
<details>
<summary>Changes</summary>
Fix a comment post #<!-- -->162167
---
Full diff: https://github.com/llvm/llvm-project/pull/170336.diff
1 Files Affected:
- (modified) mlir/test/Dialect/Vector/vector-sink.mlir (+1-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/170336
More information about the Mlir-commits
mailing list