[llvm] bbb43df - [ReleaseNotes] Add item on deleting the BasicBlockPass(Manager).

Alina Sbirlea via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 14:27:59 PDT 2019


Author: Alina Sbirlea
Date: 2019-10-30T14:26:46-07:00
New Revision: bbb43df0111ef29717b57bad7712d7f4c61655ac

URL: https://github.com/llvm/llvm-project/commit/bbb43df0111ef29717b57bad7712d7f4c61655ac
DIFF: https://github.com/llvm/llvm-project/commit/bbb43df0111ef29717b57bad7712d7f4c61655ac.diff

LOG: [ReleaseNotes] Add item on deleting the BasicBlockPass(Manager).

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 131a08a4d4de..1f7374810ced 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -55,6 +55,8 @@ Non-comprehensive list of changes in this release
   AliasSetTracker usage with MemorySSA without any performance penalties.
   The fact that MemorySSA is now preserved by and available in a series of loop
   passes, also opens up opportunities for its use in those respective passes.
+* The BasicBlockPass, BBPassManager and all their uses were deleted in
+  `this revision <https://reviews.llvm.org/rG9f0ff0b2634bab6a5be8dace005c9eb24d386dd1>`_.
 
 .. NOTE
    If you would like to document a larger change, then you can add a


        


More information about the llvm-commits mailing list