1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 06:24:10 +01:00
Ryujinx/ARMeilleure/CodeGen
FICTURE7 c805542b29
Allow LocalVariable to be assigned more than once (#2288)
* Allow `LocalVariable` to be assigned more than once

This allows us to write flow controls like loops and if-elses with
LocalVariables participating in phi nodes.

* Add `GetLocalNumber` to operand
2021-05-17 01:54:53 +02:00
..
Optimizations
RegisterAllocators Allow LocalVariable to be assigned more than once (#2288) 2021-05-17 01:54:53 +02:00
Unwinding
X86 Fold constant offsets and group constant addresses (#2285) 2021-05-13 21:26:57 +02:00
CompiledFunction.cs