[Mlir-commits] [mlir] b15a185 - [NFC] minor formatting change (#218647)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Aug 25 02:56:29 PDT 2026
Author: Chuanqi Xu
Date: 2026-08-25T09:56:22Z
New Revision: b15a18560d5cb246df9877516b9ba17a9e796017
URL: https://github.com/llvm/llvm-project/commit/b15a18560d5cb246df9877516b9ba17a9e796017
DIFF: https://github.com/llvm/llvm-project/commit/b15a18560d5cb246df9877516b9ba17a9e796017.diff
LOG: [NFC] minor formatting change (#218647)
Required in https://github.com/llvm/llvm-project/pull/212180
Added:
Modified:
mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp b/mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
index eeb2c7259b6e2..123caf2c11b83 100644
--- a/mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
+++ b/mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
@@ -1049,7 +1049,7 @@ struct ReorderElementwiseOpsOnBroadcast final
// Select the source shape for the reordered computation. Prefer the first
// non-constant vector source so that scalar sources can be broadcast to its
// shape. The compatibility check below ensures that all vector sources have
- // the same shape and scalable dimensions.
+ // the same shape and scalable dimensions.
Value broadcastSource;
Value firstBroadcastSource;
for (Value operand : op->getOperands()) {
More information about the Mlir-commits
mailing list