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
Fix RISC-V sign extension and parser type size handling
- Fix OP_sign_ext in parser to use source type size instead of target type size
- Improve RISC-V 16-bit sign extension to use shift-only approach, avoiding
immediate field overflow with 0xFFFF value
- Consolidate RISC-V sign extension fallback cases for better code reusability
0 commit comments