[PATCH] D38038: [mips] Enable spilling and reloading of the dsp register set.

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 08:24:02 PDT 2017


sdardis added inline comments.


================
Comment at: lib/Target/Mips/MicroMipsDSPInstrInfo.td:421-423
+                 LW_FM_MM<0x3f>;
+    def SWDSP_MM  : Store<"sw", DSPROpnd, null_frag, II_SW>, DspMMRel,
+                 LW_FM_MM<0x3e>;
----------------
Formatting of the continued lines here is wrong. I'll address it along with any other comments.


Repository:
  rL LLVM

https://reviews.llvm.org/D38038





More information about the llvm-commits mailing list