[Bug target/110897] RISC-V: Fail to vectorize shift

2023-08-03 Thread juzhe.zhong at rivai dot ai via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110897 --- Comment #2 from JuzheZhong --- Yes, (In reply to Andrew Pinski from comment #1) > Does the riscv backend support uint32_t shifting? How about extending and > contracting to/from uint16_t to uint32_t? Yes, RISC-V port support uint32_t

[Bug target/110897] RISC-V: Fail to vectorize shift

2023-08-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110897 --- Comment #1 from Andrew Pinski --- Does the riscv backend support uint32_t shifting? How about extending and contracting to/from uint16_t to uint32_t?