https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35545
--- Comment #14 from Jeffrey A. Law <law at redhat dot com> --- This feels like the kind of situation where I've always wanted a pass to be able to say something like "I've done some set of transformations", schedule the appropriate cleanup passes to run". It's heavyweight, but making the tracer imply a later DOM or VRP pass might make sense. Jeff