Daatflow: Fix bug

This commit is contained in:
Alex Eyers-Taylor
2025-09-25 17:21:50 +01:00
committed by Alexander Eyers-Taylor
parent 542bdf0792
commit 7a8d2392ee

View File

@@ -150,6 +150,7 @@ module MakeImplStage1<LocationSig Location, InputSig<Location> Lang> {
* Shared between sources and sinks. * Shared between sources and sinks.
*/ */
pragma[inline] pragma[inline]
overlay[global]
private predicate nonDiffInformedFilter(Node node) { private predicate nonDiffInformedFilter(Node node) {
// If we are in base-only global evaluation, do not filter out any sources. // If we are in base-only global evaluation, do not filter out any sources.
not isEvaluatingInOverlay() not isEvaluatingInOverlay()