yebinchon
Results
2
issues of
yebinchon
The loop pointer from ModuleLoops is different depending on whether SCAF is called through NOELLE or directly from the cpf-repl interface. It seems that ModuleLoops is being initialized multiple times....
Killflow removes all loop-carried dependences where the store happens before the load. It considers the store to have killed itself. ```C int *data; int main(int argc, char **argv) { unsigned...