mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 19:48:01 -05:00
ShaderCache: Order Phi Arguments from farthest away to nearest.
This commit is contained in:
@ -182,6 +182,9 @@ public:
|
||||
/// Add phi operand to a phi instruction.
|
||||
void AddPhiOperand(Block* predecessor, const Value& value);
|
||||
|
||||
/// Orders the Phi arguments from farthest away to nearest.
|
||||
void OrderPhiArgs();
|
||||
|
||||
void Invalidate();
|
||||
void ClearArgs();
|
||||
|
||||
|
Reference in New Issue
Block a user