diff options
author | Edwin Lu <ewlu@rivosinc.com> | 2024-06-11 13:50:02 -0700 |
---|---|---|
committer | Edwin Lu <ewlu@rivosinc.com> | 2024-06-18 15:28:17 -0700 |
commit | 6638ba17eadc0f450faa3d8c2f77afe7fdb20614 (patch) | |
tree | 0b208106540abbdc6a64775d2d2a6bee12dbf3d2 /gcc/DATESTAMP | |
parent | cbf7245c8b305fe997a535051a4fec379a429243 (diff) | |
download | gcc-6638ba17eadc0f450faa3d8c2f77afe7fdb20614.zip gcc-6638ba17eadc0f450faa3d8c2f77afe7fdb20614.tar.gz gcc-6638ba17eadc0f450faa3d8c2f77afe7fdb20614.tar.bz2 |
RISC-V: Fix vwsll combine on rv32 targets
On rv32 targets, vwsll_zext1_scalar_<mode> would trigger an ice in
maybe_legitimize_instruction when zero extending a uint32 to uint64 due
to a mismatch between the input operand's mode (DI) and the expanded insn
operand's mode (Pmode == SI). Ensure that mode of the operands match
gcc/ChangeLog:
* config/riscv/autovec-opt.md: Fix mode mismatch
Signed-off-by: Edwin Lu <ewlu@rivosinc.com>
Co-authored-by: Robin Dapp <rdapp@ventanamicro.com>
Diffstat (limited to 'gcc/DATESTAMP')
0 files changed, 0 insertions, 0 deletions