]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Fixed ICE caused by missing operand
authorLehua Ding <lehua.ding@rivai.ai>
Wed, 20 Sep 2023 05:35:16 +0000 (13:35 +0800)
committerLehua Ding <lehua.ding@rivai.ai>
Wed, 20 Sep 2023 06:15:04 +0000 (14:15 +0800)
commitd024a31a09d18d2586769602205a60ff3afe568c
treea588b7178529e2d5be4259af06c3abcb8ba65f0b
parent80048aa13a6b55d2be485000840a4e1c8b57d8e7
RISC-V: Fixed ICE caused by missing operand

This ICE appears in GCC compiled with -O2 flags.

PR target/111488

gcc/ChangeLog:

* config/riscv/autovec-opt.md: Add missed operand.
gcc/config/riscv/autovec-opt.md