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
Allow merging bundles that have a fixed-reg def (#155)
The previous check was overly conservative: we only need to reject
bundles that have multiple uses in the same instruction.
This can only happen with an early use and a late def, so we round
the start of each range containing a fixed def up to the start of
its instruction to detect overlaps.
0 commit comments