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

This eliminates most selects

parent cd0f1635
No related branches found
No related tags found
1 merge request!178Some Cava optimization
Pipeline #201650 passed
This commit is part of merge request !178. Comments created here will be created in the context of that merge request.
...@@ -68,6 +68,7 @@ fixpoint { ...@@ -68,6 +68,7 @@ fixpoint {
ccp(median); ccp(median);
array-to-product(median); array-to-product(median);
sroa(median); sroa(median);
phi-elim(median);
predication(median); predication(median);
simpl!(median); simpl!(median);
......
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