Hi, On Thu, 10 Jul 2014, Richard Biener wrote:
> Apart from the out-of-SSA patch you proposed elsewhere a possibility > is to simply never mark undefined SSA names as > SSA_NAME_OCCURS_IN_ABNORMAL_PHI ... (or not mark those > as must-coalesce). The insight to note is, that undefined SSA names should really be coalesced with something (otherwise you lost an optimization opportunity), but it doesn't matter with _what_ each use of the undefined name is coalesced, you can even identify different uses of them with different SSA names (e.g. the LHS of each using stmt). Requires some change in the order things are done in out-of-ssa. Ciao, Michael.