snuspl / nemo

Nemo: A flexible data processing system
https://snuspl.github.io/nemo/
Apache License 2.0
22 stars 6 forks source link

Fix loop optimization pass to work with operations locating after the loop #792

Closed skystar-p closed 6 years ago

skystar-p commented 6 years ago

Currently, LoopExtractionPass and LoopUnrollingPass cannot handle the GenericSourceSink.write() operation that resides inside of the loop and after the loop. We have to fix this passes for testing output correctness of integration test.