ir_opt: Add A64 Get/Set Elimination Pass

This commit is contained in:
MerryMage 2018-01-26 23:37:54 +00:00
parent e01b500aea
commit 6fc228f7fd
5 changed files with 153 additions and 0 deletions

View file

@ -114,6 +114,7 @@ bool Inst::ReadsFromCPSR() const {
case Opcode::A32GetCFlag:
case Opcode::A32GetVFlag:
case Opcode::A32GetGEFlags:
case Opcode::A64GetCFlag:
case Opcode::ConditionalSelect32:
case Opcode::ConditionalSelect64:
return true;