bytecodealliance / bytecodealliance/regalloc2
Support instructions that clobber all registers and have non-fixed uses
未关闭
- 主要语言
- Rust
- 星标
- 265
- 派生
- 53
- PR 合并指标
- 30 天内没有已合并 PR
描述
There are currently special cases for when an instruction uses a fixed register and clobbers it, but when an instruction uses an unconstrained register and clobbers all registers there is no special case and we get a `TooManyLiveRegisters` error. This can be avoided by adding an unnecessary fixed register constraint so that the first special case is hit, but one shouldn't have to constrain the register allocation in that way, regalloc2 should just handle this case.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。