The passes downstream of the new points-to analysis (#264) make good use of it, but omit a number of more-complex cases as they are already big. This aims to track the "deferred" cases in both the points-to and its downstream passes (Mem2Reg, Array SROA, and Argument Promotion).
The goal of this issue is to experiment with them to see which yield measurable benefits on our corpus, and to implement those that do into the codebase as a whole.
The passes downstream of the new points-to analysis (#264) make good use of it, but omit a number of more-complex cases as they are already big. This aims to track the "deferred" cases in both the points-to and its downstream passes (Mem2Reg, Array SROA, and Argument Promotion).
The goal of this issue is to experiment with them to see which yield measurable benefits on our corpus, and to implement those that do into the codebase as a whole.