Browse Source
The RV32 emitter sometimes generated short load opcodes even when it was not supposed to. This commit fixes an off-by-one error in its offset eligibility range calculation and corrects one case of offset calculation, operating on the raw label index number rather than its effective offset in the stack (C.LW assumes all loads are word-aligned). Signed-off-by: Alessandro Gatti <a.gatti@frob.it>pull/15575/head
Alessandro Gatti
3 months ago
committed by
Damien George
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue