Преглед на файлове

Avoid temporaries when pre-allocating Store %x, imm8/16/32 (#1123)

Ficture Seven преди 6 години
родител
ревизия
ca8745fc8e
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      ARMeilleure/CodeGen/X86/PreAllocator.cs

+ 3 - 0
ARMeilleure/CodeGen/X86/PreAllocator.cs

@@ -1375,6 +1375,9 @@ namespace ARMeilleure.CodeGen.X86
                 case Instruction.ShiftLeft:
                 case Instruction.ShiftRightSI:
                 case Instruction.ShiftRightUI:
+                case Instruction.Store:
+                case Instruction.Store16:
+                case Instruction.Store8:
                 case Instruction.Subtract:
                 case Instruction.VectorExtract:
                 case Instruction.VectorExtract16: