When removing a non-constant store to a global in
CleanupPointerRootUsers(), the GlobalOpt pass could incorrectly return
false.
This was caught using the check introduced by D80916.
Differential D86149
[GlobalOpt] Fix another incorrect Modified status dstenb on Aug 18 2020, 9:35 AM. Authored by
Details When removing a non-constant store to a global in This was caught using the check introduced by D80916.
Diff Detail
Event Timeline
Comment Actions LGTM
|
This test passes on master, I think?