Commit 1c303a9
committed
Auto merge of #147483 - cjgillot:reorder-passes, r=nnethercote
Perform InstSimplify before ReferencePropagation.
`InstSimplify` clears CFG caches.
But it currently happens between `ReferencePropagation` and `GVN`, which both use dominators, a quite expensive computation.
r? `@ghost`File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments