alexcrichton transferred Issue #729:
We need a way to map cranelift registers to DWARF registers.
I think this should be part of
RegInfo. LLVM stores this map as an array of register pairs, and performs lookups usinglower_bound. I'm not sure if cranelift should do the same, or use an array indexed byRegUnit.Should we wait until after
RegInfogeneration is converted from python before doing this?
Last updated: Jan 10 2026 at 20:04 UTC