diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 42867a89da63c..a939a4af43c1e 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -86,6 +86,10 @@ Changes to the X86 Target During this release ... +* The 'mpx' feature was removed from the backend. It had been removed from clang + frontend in 10.0. Mention of the 'mpx' feature in an IR file will print a + message to stderr, but IR should still compile. + Changes to the AMDGPU Target -----------------------------