bjorn3 commented on Issue #1078:
Both the old and new backend framework now provide a method on
TargetIsato do this.
cfallin closed Issue #1078:
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 09 2026 at 13:15 UTC