[NFC] Test commit. Fix typos.

This commit is contained in:
Amy Zhuang 2021-06-02 13:45:01 -07:00
parent 9e9ac41388
commit b73a1e6778
1 changed files with 2 additions and 2 deletions

View File

@ -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.