[PATCH] D97318: [clang][CodeGen] Allow fp16 arg pass by register

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 25 08:42:07 PST 2021


yaxunl marked an inline comment as done.
yaxunl added a comment.

So should we revive this patch by classifying _Float16 as SSE, then it will conform to the ABI. And we should be compatible with gcc assuming it also follows the ABI. @pengfei


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

https://reviews.llvm.org/D97318



More information about the cfe-commits mailing list