Newer
Older
macro simpl!(X) {
ccp(X);
simplify-cfg(X);
lift-dc-math(X);
gvn(X);
phi-elim(X);
dce(X);
infer-schedules(X);
}
no-memset(layer_forward@res);
lift-dc-math(*);
loop-bound-canon(*);
fixpoint {
forkify(*);
fork-guard-elim(*);
fork-coalesce(*);
}