mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 08:08:22 -05:00
glasm: Do not alias ConditionRef for now
Immediate condition refs where not handled correctly. Just move the value for now.
This commit is contained in:
@ -139,7 +139,6 @@ void RegAlloc::Free(Id id) {
|
||||
/*static*/ bool RegAlloc::IsAliased(const IR::Inst& inst) {
|
||||
switch (inst.GetOpcode()) {
|
||||
case IR::Opcode::Identity:
|
||||
case IR::Opcode::ConditionRef:
|
||||
case IR::Opcode::BitCastU16F16:
|
||||
case IR::Opcode::BitCastU32F32:
|
||||
case IR::Opcode::BitCastU64F64:
|
||||
|
Reference in New Issue
Block a user