Skip to content
Snippets Groups Projects
Commit 9b193628 authored by Xavier Routh's avatar Xavier Routh
Browse files

float collections

parent b1636862
No related branches found
No related tags found
1 merge request!209Fork fission
Pipeline #201987 failed
This commit is part of merge request !209. Comments created here will be created in the context of that merge request.
......@@ -78,9 +78,11 @@ no-memset(test9@const);
fork-split(auto.test10);
fork-fission-reduces[test10@loop3](auto.test10);
dce(auto.test10);
simplify-cfg(auto.test10);
dce(auto.test10);
xdot[true](auto.test10);
ip-sroa(*);
sroa(*);
......@@ -91,5 +93,5 @@ phi-elim(*);
dce(*);
gcm(*);
float-collections(test2, auto.test2, test4, auto.test4, test5, auto.test5);
float-collections(test2, auto.test2, test4, auto.test4, test5, auto.test5, test10, auto.test10);
gcm(*);
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