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
The patterns explode in size as the intermediate 33/34 bit results are handled as i64. As this type is not natively supported on 32bit targets, the legalizers expands them to a sequence of supported operations.
TODO@PhilippvK: add example of generated patterns here for affected vs unaffected instructions!
Affected Instructions
Not affected
Observations:
CV_ADDN
is not affected by the freeze.Workarounds
seal5/examples/cfg/xcorev/filter.yml
Line 24 in 848e2ba
Next steps
The text was updated successfully, but these errors were encountered: