bytecodealliance / bytecodealliance/wasmtime
Regalloc spills and fills attributed to the wrong source location in debug info
Open
- Dominant language
- Rust
- Stars
- 18.6k
- Forks
- 1.8k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 126
Description
If I have a call whose call arguments were previously spilled to the stack, the fill instructions get the source location of the instruction right before the call rather than the source location of the call itself despite the fill instructions being part of the call sequence.
Contributor guide
Assessment
This issue has not been assessed yet.