[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:01:27 PDT 2018


sdardis accepted this revision.
sdardis added a comment.
This revision is now accepted and ready to land.

Edit the summary so that rather that it says:

This resolves PR35859.

Thanks to John Baldwin for reporting the issue!

Otherwise LGTM.



================
Comment at: test/CodeGen/Mips/mips3-spill-slot.ll:5
+; scavenging due to wrong spill slot size.
+
+; CHECK-NOT: Cannot scavenge register without an emergency spill slot!
----------------
Add a line referencing the PR that this fixes.


Repository:
  rL LLVM

https://reviews.llvm.org/D47938





More information about the llvm-commits mailing list