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
Linear Scan RA bug: avoid dst/src overlap for define only and use only variables
For define only and use only variables, since the live ranges are not overlap, linear scan RA may allow dst and src use same register. Extend liverange of dst 1 to create liverange overlap and avoid same register assigned.
0 commit comments