mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 13:46:08 +00:00

For example, it invalidates the domtree, causing assertions in later passes which need dominator infos. Make it preserve GlobalsAA, as suggested by Eli. Differential Revision: https://reviews.llvm.org/D26381 llvm-svn: 286271