mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
glasm: Initial implementation of phi nodes on GLASM
This commit is contained in:
parent
55a293a9c8
commit
f2ae32fa76
12 changed files with 117 additions and 25 deletions
|
@ -56,9 +56,10 @@ Inst::~Inst() {
|
|||
|
||||
bool Inst::MayHaveSideEffects() const noexcept {
|
||||
switch (op) {
|
||||
case Opcode::DummyReference:
|
||||
case Opcode::PhiMove:
|
||||
case Opcode::Prologue:
|
||||
case Opcode::Epilogue:
|
||||
case Opcode::BranchConditionRef:
|
||||
case Opcode::Join:
|
||||
case Opcode::DemoteToHelperInvocation:
|
||||
case Opcode::Barrier:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue