1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2026-03-02 20:26:23 -06:00
Files
ryujinx/ARMeilleure/Translation/SsaConstruction.cs
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

8.9 KiB