[llvm-branch-commits] [llvm] 4384a21 - ReleaseNotes: mention removal of Intel MPX
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 14 12:00:13 PST 2022
Author: Fangrui Song
Date: 2022-02-14T12:00:05-08:00
New Revision: 4384a21fdcaa315a083db2b4b4bcd63b7e6555fc
URL: https://github.com/llvm/llvm-project/commit/4384a21fdcaa315a083db2b4b4bcd63b7e6555fc
DIFF: https://github.com/llvm/llvm-project/commit/4384a21fdcaa315a083db2b4b4bcd63b7e6555fc.diff
LOG: ReleaseNotes: mention removal of Intel MPX
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index f513b620066a1..08ebd6c092f5f 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -113,6 +113,8 @@ Changes to the X86 Target
During this release ...
* Support for ``AVX512-FP16`` instructions has been added.
+* Removed incomplete support for Intel MPX.
+ (`D111517 <https://reviews.llvm.org/D111517>`_)
Changes to the AMDGPU Target
-----------------------------
More information about the llvm-branch-commits
mailing list