[PATCH] D51842: [X86ISel] Implement byval lowering for Win64 calling convention

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 11 18:29:12 PDT 2018


efriedma added a comment.

If you're a frontend author, I would suggest not using byval, ever; it mostly exists for compatibility with existing C calling conventions.  (Of course, it should still work if the frontend requests it.)


Repository:
  rL LLVM

https://reviews.llvm.org/D51842





More information about the llvm-commits mailing list