mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
restore ability to ignore common preds for merges
Check for common preds was broken during refactoring in b9c5d65: Rework literal overlap checks for merging engines
This commit is contained in:
parent
1a373d0619
commit
11896dcf42
@ -1125,7 +1125,7 @@ bool checkPredDelays(const RoseBuildImpl &tbi, const deque<RoseVertex> &v1,
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (auto u : preds) {
|
for (auto u : preds) {
|
||||||
if (!contains(known_good_preds, &u)) {
|
if (!contains(known_good_preds, u)) {
|
||||||
insert(&pred_lits, tbi.g[u].literals);
|
insert(&pred_lits, tbi.g[u].literals);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user