[clang-tools-extra] [clang] [llvm] [X86] Emit Warnings for frontend options to enable knl/knm specific ISAs. (PR #75580)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 8 02:41:46 PST 2024


================
@@ -933,6 +933,9 @@ X86 Support
 - Support ISA of ``AVX10.1``.
 - ``-march=pantherlake`` and ``-march=clearwaterforest`` are now supported.
 - Added ABI handling for ``__float128`` to match with GCC.
+- Emit Warnings for clang options to enable knl/knm. From next version
+  (LLVM 19), all-end supports on knl/knm and other Xeon Phi targets will be
+  removed.
----------------
RKSimon wrote:

This needs rephrasing - to list all the ISAs that are deprecated and the intrinsics will be removed.

https://github.com/llvm/llvm-project/pull/75580


More information about the cfe-commits mailing list