[all-commits] [llvm/llvm-project] 4a2c82: [X86][clang] Emit diagnostic for float and double ...
Phoebe Wang via All-commits
all-commits at lists.llvm.org
Tue Dec 7 17:50:41 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a2c827b178f89d4cdeb56153d9440ad4ba786a3
https://github.com/llvm/llvm-project/commit/4a2c827b178f89d4cdeb56153d9440ad4ba786a3
Author: Phoebe Wang <phoebe.wang at intel.com>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Basic/Targets/X86.cpp
M clang/lib/Sema/Sema.cpp
M clang/test/CodeGen/X86/x86_64-mno-sse.c
M clang/test/Sema/x86_64-no-x87.cpp
Log Message:
-----------
[X86][clang] Emit diagnostic for float and double when we have features -x87 and -sse on 64-bits
A follow up of D114162.
Reviewed By: asavonic
Differential Revision: https://reviews.llvm.org/D114782
More information about the All-commits
mailing list