[Mlir-commits] [mlir] b73a1e6 - [NFC] Test commit. Fix typos.
Amy Zhuang
llvmlistbot at llvm.org
Wed Jun 2 14:31:20 PDT 2021
Author: Amy Zhuang
Date: 2021-06-02T14:19:27-07:00
New Revision: b73a1e67782bb56552c0f343cebe93985a85293d
URL: https://github.com/llvm/llvm-project/commit/b73a1e67782bb56552c0f343cebe93985a85293d
DIFF: https://github.com/llvm/llvm-project/commit/b73a1e67782bb56552c0f343cebe93985a85293d.diff
LOG: [NFC] Test commit. Fix typos.
Added:
Modified:
mlir/lib/Analysis/AffineAnalysis.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Analysis/AffineAnalysis.cpp b/mlir/lib/Analysis/AffineAnalysis.cpp
index a4a9d51e91591..18e6430c63e52 100644
--- a/mlir/lib/Analysis/AffineAnalysis.cpp
+++ b/mlir/lib/Analysis/AffineAnalysis.cpp
@@ -578,8 +578,8 @@ static void addDomainConstraints(const FlatAffineConstraints &srcDomain,
//
// d0 d1 s0 c
// -- -- -- --
-// a0 -c0 (a1 - c1) (a1 - c2) = 0
-// b0 -f0 (b1 - f1) (b1 - f2) = 0
+// a0 -c0 (a1 - c1) (a2 - c2) = 0
+// b0 -f0 (b1 - f1) (b2 - f2) = 0
//
// Returns failure if any AffineExpr cannot be flattened (due to it being
// semi-affine). Returns success otherwise.
More information about the Mlir-commits
mailing list