[PATCH] D27304: [PATCH] [Sema][X86] Don't allow floating-point return types when SSE is disabled

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 1 13:22:20 PST 2016


efriedma added a comment.

The logic to compute whether a calling convention uses SSE registers does exist in clang/lib/CodeGen/TargetInfo.cpp, so it might be possible to reuse that... but I'm not sure that's better than just detecting it in the backend.


https://reviews.llvm.org/D27304





More information about the cfe-commits mailing list