Closed skystar-p closed 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.
LoopExtractionPass
LoopUnrollingPass
GenericSourceSink.write()
Currently,
LoopExtractionPass
andLoopUnrollingPass
cannot handle theGenericSourceSink.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.