From 4384a21fdcaa315a083db2b4b4bcd63b7e6555fc Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 14 Feb 2022 12:00:05 -0800 Subject: [PATCH] ReleaseNotes: mention removal of Intel MPX --- llvm/docs/ReleaseNotes.rst | 2 ++ 1 file changed, 2 insertions(+) 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 `_) Changes to the AMDGPU Target -----------------------------