[PATCH] D34455: Correct VectorCall x86 (32 bit) behavior for SSE Register Assignment

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 21 09:23:53 PDT 2017


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

Oh joy. :)

lgtm, thanks for debugging this. The difference makes sense after the fact when you think about Win x64's approach to va_arg and /homeparams, and how that isn't relevant for x86.


https://reviews.llvm.org/D34455





More information about the cfe-commits mailing list