Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit df63fd8

Browse files
committed
Fixed slight bug with TVEqualityWithTwoCVTransform
1 parent 929e9c1 commit df63fd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/optimizer/rule_rewrite.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ void TransitiveClosureConstantTransform::Transform(std::shared_ptr<AbsExpr_Expre
387387
} else {
388388
// At this stage, we have knowledge that A.B = E.F
389389
new_right_eq->PushChild(r_tv_l);
390+
new_right_eq->PushChild(right_val_copy);
390391
}
391392

392393
// Create new root expression

0 commit comments

Comments
 (0)