[PATCH] D47938: [mips] Fix spill slot for mips3, n64 abi

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 8 05:05:00 PDT 2018


sdardis added inline comments.


================
Comment at: lib/Target/Mips/MipsSEFrameLowering.cpp:885-886
   if (ExpandPseudo(MF).expand()) {
     // The spill slot should be half the size of the accumulator. If target is
     // mips64, it should be 64-bit, otherwise it should be 32-bt.
+    const TargetRegisterClass &RC = STI.isGP64bit() ?
----------------
Update the comment here so that it matches the code below.


Repository:
  rL LLVM

https://reviews.llvm.org/D47938





More information about the llvm-commits mailing list