[PATCH] D60801: [X86] Disable argument copy elision for arguments passed via pointers

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 19 15:24:01 PDT 2019


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

lgtm

This is a really strange legalization. =/ I'm surprised we split the vector, and then pass the pieces indirectly instead of passing the entire `<16 x double>` indirectly.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60801/new/

https://reviews.llvm.org/D60801





More information about the llvm-commits mailing list