bytecodealliance / bytecodealliance/regalloc2

Conflict between Stack and Reg uses of the same vreg

Abierto
#14 2 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Rust
Estrellas
265
Forks
53
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.