bytecodealliance / regalloc2

A new register allocator
Apache License 2.0
218 stars 39 forks source link

Remove support for backwards `InstRange` #169

Closed Amanieu closed 12 months ago

Amanieu commented 1 year ago

These are not needed except for one place in live range calculation where we can use a reversed iterator instead.