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
Fuse together instruction pairs such as:
LOAD rd1, [rs1,offset]
lui rd2, imm (where rd1 and rd2 are distinct)
and:
STORE rs2, [rs1,offset]
lui rd, imm
Signed-off-by: Artemiy Volkov <artemiy@synopsys.com>
0 commit comments