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
Skip spill coalescing when payload is address taken
When payload of spill intrinsic is address taken, we cannot simply
replace the virtual register with a temporary coalesced range. That's
because address takens can have indirect def.
Treat such cases as non-spill coalesceable.
This is a functional fix.
0 commit comments