sifive / wake

The SiFive wake build tool
Other
86 stars 28 forks source link

Loop invariant code motion #301

Open terpstra opened 5 years ago

terpstra commented 5 years ago

When a computed value:

We should lift that variable up the scope stack until one of the above conditions fails.

terpstra commented 3 years ago

A better solution: unroll a singly recursive function one time and apply CSE.