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

Pengfei Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 25 18:38:08 PST 2021


pengfei added a comment.

In D97318#2587866 <https://reviews.llvm.org/D97318#2587866>, @yaxunl wrote:

> 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

Thanks @hliao for the information. Yes, we should classify _Float16 as SSE. Sorry for the misleading.


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

https://reviews.llvm.org/D97318



More information about the cfe-commits mailing list