mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-21 16:55:44 +00: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