[PATCH] D27304: [PATCH] [Sema][X86] Don't allow floating-point return types when SSE is disabled
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 4 09:54:52 PST 2016
RKSimon added reviewers: mkuper, dim, RKSimon.
RKSimon added a comment.
https://llvm.org/bugs/show_bug.cgi?id=30426#c3
On PR30426 the proposal was that we should just not accept x86_64 triples with no-sse/no-sse2 at the command line parsing level - we just have no way to guess what the coder was expecting and performing the check later on is just delaying the (almost) inevitable.
Also, please remember to include context in the diff.
https://reviews.llvm.org/D27304
More information about the cfe-commits
mailing list