bytecodealliance / bytecodealliance/regalloc2
Conflict between Stack and Reg uses of the same vreg
オープン
- 主要言語
- Rust
- スター
- 265
- フォーク
- 53
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Two uses of the same vreg on the same instruction causes an assertion failure if one of them is `Stack` and the other is `Reg` or `FixedReg` since it results in a minimal bundle that cannot be split.
We already handle the case of multiple conflicting `FixedReg` constraints, should we extend this to also cover the case of `Stack`/`Reg` conflicts?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。