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
Simplifier: do not create extractbits with pointer or floatbv type
This is a fix-up for 525c23d: we must not remove typecasts towards
pointers (or floatbv) when the operand is extractbits as our back-ends
do not support extractbits with pointer type and casts towards floatbv
are non-trivial.
0 commit comments