[X86][docs] Add mention of removal of 'mpx' backend feature to the release notes.
authorCraig Topper <craig.topper@intel.com>
Thu, 23 Jul 2020 15:24:45 +0000 (08:24 -0700)
committerCraig Topper <craig.topper@intel.com>
Thu, 23 Jul 2020 15:25:34 +0000 (08:25 -0700)
I removed the feature from X86.td in ebe5f17f9c396f14742a7c747951b65eaada158e

llvm/docs/ReleaseNotes.rst

index 42867a8..a939a4a 100644 (file)
@@ -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
 -----------------------------