MaikKlein / rlsl

Rust to SPIR-V compiler
Apache License 2.0
557 stars 14 forks source link

Implement a new optimization pass to unroll loops in MIR #52

Open MaikKlein opened 6 years ago

MaikKlein commented 6 years ago

I should be easy to get this working for some simple cases

for i in 0..N {}