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
This patch fixes the order of input operands in crr_s
and crs_s patterns. Thus it enables crr_s, crs_s forms
for non-commutative instructions to be selected saving
on materialisation of big integers.
Before the patch the incorrect patterns didn't cause
bugs because yrr_s, yrs_s override them.
Signed-off-by: Vladimir Radosavljevic <[email protected]>
0 commit comments