Skip to content
Snippets Groups Projects
Commit 9a469275 authored by Russel Arbore's avatar Russel Arbore
Browse files

srad memory coalescing via interchange

parent bfbd2765
No related branches found
No related tags found
1 merge request!220Optimize SRAD
Pipeline #202073 passed
This commit is part of merge request !220. Comments created here will be created in the context of that merge request.
......@@ -66,18 +66,21 @@ ip-sroa(*);
sroa(*);
simpl!(*);
fork-interchange[0, 1](main_loops);
fork-dim-merge(main_loops);
fork-tile[32, 0, false, true](main_loops);
dce(main_loops);
fork-split(main_loops);
simpl!(main_loops);
fork-interchange[0, 1](extract);
fork-dim-merge(extract);
fork-tile[32, 0, false, true](extract);
dce(extract);
fork-split(extract);
simpl!(extract);
fork-interchange[0, 1](compress);
fork-dim-merge(compress);
fork-tile[32, 0, false, true](compress);
dce(compress);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment