[PATCH] ARM: Enable DP copy, load and store instructions for FPv4-SP

Renato Golin renato.golin at linaro.org
Wed Aug 20 10:19:17 PDT 2014


Now looking again, I also can't see how you could separate much, since it all depends on the new flag.

I'd be ok with having it as one patch.

cheers,
--renato

================
Comment at: lib/Target/ARM/ARMCallingConv.h:182
@@ -180,3 +181,3 @@
   // AAPCS HFAs must have 1-4 elements, all of the same type
-  assert(PendingHAMembers.size() < 8);
+  assert(PendingHAMembers.size() < 4);
   if (PendingHAMembers.size() > 0)
----------------
Isn't this an independent fix?

http://reviews.llvm.org/D4907






More information about the llvm-commits mailing list