mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 19:13:56 +00:00
glasm: Initial implementation of phi nodes on GLASM
This commit is contained in:
@@ -391,4 +391,8 @@ inline f64 Value::F64() const {
|
||||
return imm_f64;
|
||||
}
|
||||
|
||||
[[nodiscard]] inline bool IsPhi(const Inst& inst) {
|
||||
return inst.GetOpcode() == Opcode::Phi;
|
||||
}
|
||||
|
||||
} // namespace Shader::IR
|
||||
|
||||
Reference in New Issue
Block a user