You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since %49 is used twice in phi instruction like below:
%56 = phi %"class.someclass" addrspace(4)* [ %49, %53 ], [ %49, %742 ]
the use iterator was handling such phi instructions twice.
This was causing a crash since propagate function might erase instructions.
Change-Id: I23cec884d6331258562a30e37a70f03148a076b0
0 commit comments