[PATCH] Make musttail more robust for vector types on x86

David Majnemer david.majnemer at gmail.com
Fri Dec 19 16:36:33 PST 2014


LGTM


================
Comment at: lib/CodeGen/CallingConvLower.cpp:204
@@ +203,3 @@
+  }
+
+  // Copy all the registers from the value locations we added.
----------------
It sounds like we can have `assert(NumLocs != Locs.size());` here.

http://reviews.llvm.org/D6156

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list