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
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
Please, note that this bug tracker is not meant to track RISC-V-related backend issues in GCC.
Please report to GCC's bugzilla (https://gcc.gnu.org/bugzilla/).
https://github.com/riscv-collab/riscv-gcc/blob/3a004f3c3bd941d79adba5e7c0bc643f745027be/gcc/config/riscv/bitmanip.md#L297
gcc/simplify-rtx.c has such statement:
Thus gcc emits
li reg2, 15; rol reg1, reg2;
instead ofrori reg1, 17
on RV32.This may fix it:
The text was updated successfully, but these errors were encountered: