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
Smaller functions with only one basic block breaks most of the transforms. A fix for this would be writing a transform that splits it up into multiple.
movrax,1ret
becomes
:bb1movrax,1jmp bb2:bb2ret
The text was updated successfully, but these errors were encountered:
Smaller functions with only one basic block breaks most of the transforms. A fix for this would be writing a transform that splits it up into multiple.
becomes
The text was updated successfully, but these errors were encountered: